Skip to content

Commit

Permalink
chore(update) update to AppVersion 0.37.0 (#142)
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Duchesne <julien.duchesne@grafana.com>
  • Loading branch information
julienduchesne authored Nov 24, 2022
1 parent 4bc9b5d commit 73c930f
Show file tree
Hide file tree
Showing 24 changed files with 72 additions and 1,293 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ====================================================================================
# Setup Project

FLUX2_VERSION ?= v0.36.0
FLUX2_VERSION ?= v0.37.0

# set the shell to bash always
SHELL := /bin/bash
Expand Down
6 changes: 3 additions & 3 deletions charts/flux2-notification/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: v2
name: flux2-notification
type: application
version: 1.5.0
appVersion: 0.36.0
version: 1.6.0
appVersion: 0.37.0
description: A Helm chart for flux2 alerts and the needed providers and secrets
sources:
- https://github.com/fluxcd-community/helm-charts
annotations:
artifacthub.io/changes: |
- "[Chore]: Update App Version to upstream 0.36.0"
- "[Chore]: Update App Version to upstream 0.37.0"
2 changes: 1 addition & 1 deletion charts/flux2-notification/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flux2-notification

![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.36.0](https://img.shields.io/badge/AppVersion-0.36.0-informational?style=flat-square)
![Version: 1.6.0](https://img.shields.io/badge/Version-1.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.37.0](https://img.shields.io/badge/AppVersion-0.37.0-informational?style=flat-square)

A Helm chart for flux2 alerts and the needed providers and secrets

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ should match snapshot:
app.kubernetes.io/instance: NAMESPACE
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: 0.36.0
helm.sh/chart: flux2-notification-1.5.0
app.kubernetes.io/version: 0.37.0
helm.sh/chart: flux2-notification-1.6.0
name: all-kustomizations
namespace: NAMESPACE
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ should match snapshot:
app.kubernetes.io/instance: NAMESPACE
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: 0.36.0
helm.sh/chart: flux2-notification-1.5.0
app.kubernetes.io/version: 0.37.0
helm.sh/chart: flux2-notification-1.6.0
name: on-call-slack
namespace: NAMESPACE
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ should match snapshot of default values:
app.kubernetes.io/instance: NAMESPACE
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: 0.36.0
helm.sh/chart: flux2-notification-1.5.0
app.kubernetes.io/version: 0.37.0
helm.sh/chart: flux2-notification-1.6.0
name: webhook-url
namespace: NAMESPACE
stringData:
Expand Down
6 changes: 3 additions & 3 deletions charts/flux2-sync/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: v2
name: flux2-sync
type: application
version: 1.1.0
appVersion: 0.36.0
version: 1.2.0
appVersion: 0.37.0
description: A Helm chart for flux2 GitRepository to sync with
sources:
- https://github.com/fluxcd-community/helm-charts
annotations:
artifacthub.io/changes: |
- "[Chore]: Update App Version to upstream 0.36.0"
- "[Chore]: Update App Version to upstream 0.37.0"
4 changes: 2 additions & 2 deletions charts/flux2-sync/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flux2-sync

![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.36.0](https://img.shields.io/badge/AppVersion-0.36.0-informational?style=flat-square)
![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.37.0](https://img.shields.io/badge/AppVersion-0.37.0-informational?style=flat-square)

A Helm chart for flux2 GitRepository to sync with

Expand All @@ -17,7 +17,7 @@ This helm chart is maintain and released by the fluxcd-community on a best effor
| cli.affinity | object | `{}` | |
| cli.image | string | `"ghcr.io/fluxcd/flux-cli"` | |
| cli.nodeSelector | object | `{}` | |
| cli.tag | string | `"v0.35.0"` | |
| cli.tag | string | `"v0.37.0"` | |
| cli.tolerations | list | `[]` | |
| gitRepository.spec.gitImplementation | string | `""` | _Optional_ Determines which git client library to use. Defaults to go-git, valid values are (‘go-git’, ‘libgit2’). |
| gitRepository.spec.ignore | string | `""` | _Optional_ Ignore overrides the set of excluded patterns in the .sourceignore format (which is the same as .gitignore). If not provided, a default will be used, consult the documentation for your version to find out what those are. Make sure to set this as yaml multiline string. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ should match snapshot of default values:
app.kubernetes.io/instance: NAMESPACE
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: flux
helm.sh/chart: flux2-sync-1.1.0
helm.sh/chart: flux2-sync-1.2.0
name: RELEASE-NAME
namespace: NAMESPACE
spec:
Expand All @@ -24,7 +24,7 @@ should match snapshot with special values:
app.kubernetes.io/instance: NAMESPACE
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: flux
helm.sh/chart: flux2-sync-1.1.0
helm.sh/chart: flux2-sync-1.2.0
name: RELEASE-NAME
namespace: NAMESPACE
spec:
Expand Down
2 changes: 1 addition & 1 deletion charts/flux2-sync/tests/__snapshot__/secret_test.yaml.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ should match snapshot of default values:
app.kubernetes.io/instance: NAMESPACE
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: flux
helm.sh/chart: flux2-sync-1.1.0
helm.sh/chart: flux2-sync-1.2.0
name: RELEASE-NAME
namespace: NAMESPACE
type: Opaque
2 changes: 1 addition & 1 deletion charts/flux2-sync/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ secret:

cli:
image: ghcr.io/fluxcd/flux-cli
tag: v0.35.0
tag: v0.37.0
nodeSelector: {}
affinity: {}
tolerations: []
Expand Down
18 changes: 3 additions & 15 deletions charts/flux2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,10 @@ apiVersion: v2
name: flux2
description: A Helm chart for flux2
type: application
version: 2.0.0
appVersion: 0.36.0
version: 2.1.0
appVersion: 0.37.0
sources:
- https://github.com/fluxcd-community/helm-charts
annotations:
artifacthub.io/changes: |
- "[added]: `clusterDomain` to correctly apply fqdns for event and storage addresses"
- "[removed]: `eventsaddr` has been removed in favour of `clusterDomain`"
- "[fixed]: storage address in source controller assumed cluster domain was always `cluster.local`"
- "[changed]: change case of `helmcontroller` to `helmController`"
- "[changed]: change case of `imageautomationcontroller` to `imageAutomationController`"
- "[changed]: change case of `imagereflectioncontroller` to `imageReflectionController`"
- "[changed]: change case of `kustomizecontroller` to `kustomizeController`"
- "[changed]: change case of `notificationcontroller` to `notificationController`"
- "[changed]: change case of `sourcecontroller` to `sourceController`"
- "[changed]: change case of `serviceaccount` to `serviceAccount`"
- "[changed]: change case of `additionalargs` to `additionalArgs`"
- "[changed]: change case of `loglevel` to `logLevel`"
- "[changed]: change case of `watchallnamespaces` to `watchAllNamespaces`"
- "[Chore]: Update App Version to upstream 0.37.0"
21 changes: 14 additions & 7 deletions charts/flux2/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flux2

![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.36.0](https://img.shields.io/badge/AppVersion-0.36.0-informational?style=flat-square)
![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.37.0](https://img.shields.io/badge/AppVersion-0.37.0-informational?style=flat-square)

A Helm chart for flux2

Expand All @@ -17,7 +17,7 @@ This helm chart is maintain and released by the fluxcd-community on a best effor
| cli.affinity | object | `{}` | |
| cli.image | string | `"ghcr.io/fluxcd/flux-cli"` | |
| cli.nodeSelector | object | `{}` | |
| cli.tag | string | `"v0.36.0"` | |
| cli.tag | string | `"v0.37.0"` | |
| cli.tolerations | list | `[]` | |
| clusterDomain | string | `"cluster.local"` | |
| extraObjects | list | `[]` | Array of extra K8s manifests to deploy |
Expand All @@ -36,8 +36,9 @@ This helm chart is maintain and released by the fluxcd-community on a best effor
| helmController.resources.requests.memory | string | `"64Mi"` | |
| helmController.serviceAccount.annotations | object | `{}` | |
| helmController.serviceAccount.create | bool | `true` | |
| helmController.tag | string | `"v0.26.0"` | |
| helmController.tag | string | `"v0.27.0"` | |
| helmController.tolerations | list | `[]` | |
| helmcontroller.tag | string | `"v0.27.0"` | |
| imageAutomationController.affinity | object | `{}` | |
| imageAutomationController.annotations."prometheus.io/port" | string | `"8080"` | |
| imageAutomationController.annotations."prometheus.io/scrape" | string | `"true"` | |
Expand All @@ -53,6 +54,7 @@ This helm chart is maintain and released by the fluxcd-community on a best effor
| imageAutomationController.resources.requests.memory | string | `"64Mi"` | |
| imageAutomationController.serviceAccount.annotations | object | `{}` | |
| imageAutomationController.serviceAccount.create | bool | `true` | |
| imageAutomationController.tag | string | `"v0.27.0"` | |
| imageAutomationController.tag | string | `"v0.26.1"` | |
| imageAutomationController.tolerations | list | `[]` | |
| imagePullSecrets | list | `[]` | contents of pod imagePullSecret in form 'name=[secretName]'; applied to all controllers |
Expand All @@ -71,8 +73,10 @@ This helm chart is maintain and released by the fluxcd-community on a best effor
| imageReflectionController.resources.requests.memory | string | `"64Mi"` | |
| imageReflectionController.serviceAccount.annotations | object | `{}` | |
| imageReflectionController.serviceAccount.create | bool | `true` | |
| imageReflectionController.tag | string | `"v0.22.1"` | |
| imageReflectionController.tag | string | `"v0.23.0"` | |
| imageReflectionController.tolerations | list | `[]` | |
| imageautomationcontroller.tag | string | `"v0.27.0"` | |
| imagereflectorcontroller.tag | string | `"v0.23.0"` | |
| installCRDs | bool | `true` | |
| kustomizeController.affinity | object | `{}` | |
| kustomizeController.annotations."prometheus.io/port" | string | `"8080"` | |
Expand All @@ -94,8 +98,9 @@ This helm chart is maintain and released by the fluxcd-community on a best effor
| kustomizeController.secret.name | string | `""` | |
| kustomizeController.serviceAccount.annotations | object | `{}` | |
| kustomizeController.serviceAccount.create | bool | `true` | |
| kustomizeController.tag | string | `"v0.30.0"` | |
| kustomizeController.tag | string | `"v0.31.0"` | |
| kustomizeController.tolerations | list | `[]` | |
| kustomizecontroller.tag | string | `"v0.31.0"` | |
| logLevel | string | `"info"` | |
| multitenancy.defaultServiceAccount | string | `"default"` | All Kustomizations and HelmReleases which don’t have spec.serviceAccountName specified, will use the default account from the tenant’s namespace. Tenants have to specify a service account in their Flux resources to be able to deploy workloads in their namespaces as the default account has no permissions. |
| multitenancy.enabled | bool | `false` | Implement the patches for Multi-tenancy lockdown. See https://fluxcd.io/docs/installation/#multi-tenancy-lockdown |
Expand All @@ -117,10 +122,11 @@ This helm chart is maintain and released by the fluxcd-community on a best effor
| notificationController.service.labels | object | `{}` | |
| notificationController.serviceAccount.annotations | object | `{}` | |
| notificationController.serviceAccount.create | bool | `true` | |
| notificationController.tag | string | `"v0.28.0"` | |
| notificationController.tag | string | `"v0.29.0"` | |
| notificationController.tolerations | list | `[]` | |
| notificationController.webhookReceiver.service.annotations | object | `{}` | |
| notificationController.webhookReceiver.service.labels | object | `{}` | |
| notificationcontroller.tag | string | `"v0.29.0"` | |
| policies.create | bool | `true` | |
| prometheus.podMonitor.create | bool | `false` | Enables podMonitor endpoint |
| prometheus.podMonitor.podMetricsEndpoints[0].port | string | `"http-prom"` | |
Expand All @@ -146,6 +152,7 @@ This helm chart is maintain and released by the fluxcd-community on a best effor
| sourceController.service.labels | object | `{}` | |
| sourceController.serviceAccount.annotations | object | `{}` | |
| sourceController.serviceAccount.create | bool | `true` | |
| sourceController.tag | string | `"v0.31.0"` | |
| sourceController.tag | string | `"v0.32.1"` | |
| sourceController.tolerations | list | `[]` | |
| sourcecontroller.tag | string | `"v0.32.1"` | |
| watchAllNamespaces | bool | `true` | |
2 changes: 1 addition & 1 deletion charts/flux2/templates/helm-controller.crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ spec:
description: Timeout is the time to wait for any individual Kubernetes
operation (like Jobs for hooks) during the performance of a Helm
action. Defaults to '5m0s'.
pattern: ^([0-9]+(\.[0-9]+)?(ms|s|m))+$
pattern: ^([0-9]+(\.[0-9]+)?(ms|s|m|h))+$
type: string
uninstall:
description: Uninstall holds the configuration for Helm uninstall
Expand Down
Loading

0 comments on commit 73c930f

Please sign in to comment.