Skip to content

Commit

Permalink
update to appversion 0.24.0 (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Werdermann <daniel.werdermann@gmail.com>
  • Loading branch information
dwerder committed Nov 30, 2021
1 parent fde7606 commit 1c18a79
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 29 deletions.
2 changes: 1 addition & 1 deletion charts/flux2-sync/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: flux2-sync
version: "0.2.0"
version: "0.2.1"

description: A Helm chart for flux2 GitRepository to sync with
sources:
Expand Down
12 changes: 6 additions & 6 deletions charts/flux2-sync/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flux2-sync

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart for flux2 GitRepository to sync with

Expand All @@ -16,27 +16,27 @@ A Helm chart for flux2 GitRepository to sync with
| 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. |
| gitRepository.spec.include | list | `[]` | (Optional) Extra git repositories to map into the repository |
| gitRepository.spec.interval | string | `"5m"` | The interval at which to check for repository updates. |
| gitRepository.spec.recurseSubmodules | string | `""` | (Optional) When enabled, after the clone is created, initializes all submodules within, using their default settings. This option is available only when using the ‘go-git’ GitImplementation. |
| gitRepository.spec.ref | string | `""` | (Optional) The Git reference to checkout and monitor for changes, defaults to master branch. |
| gitRepository.spec.recurseSubmodules | bool | `false` | (Optional) When enabled, after the clone is created, initializes all submodules within, using their default settings. This option is available only when using the ‘go-git’ GitImplementation. |
| gitRepository.spec.ref | object | `{"branch":"master"}` | (Optional) The Git reference to checkout and monitor for changes, defaults to master branch. |
| gitRepository.spec.secretRef | object | `{}` | (Optional) The secret name containing the Git credentials. For HTTPS repositories the secret must contain username and password fields. For SSH repositories the secret must contain identity, identity.pub and known_hosts fields. |
| gitRepository.spec.suspend | string | `""` | (Optional) This flag tells the controller to suspend the reconciliation of this source. |
| gitRepository.spec.timeout | string | `""` | (Optional) The timeout for remote Git operations like cloning, defaults to 20s. |
| gitRepository.spec.url | string | `""` | The repository URL, can be a HTTP/S or SSH address. |
| gitRepository.spec.url | string | `""` | The repository URL, can be an HTTP/S or SSH address. |
| gitRepository.spec.verify | object | `{}` | (Optional) Verify OpenPGP signature for the Git commit HEAD points to. |
| kustomization.spec.decryption | object | `{}` | (Optional) Decrypt Kubernetes secrets before applying them on the cluster. |
| kustomization.spec.dependsOn | list | `[]` | (Optional) DependsOn may contain a dependency.CrossNamespaceDependencyReference slice with references to Kustomization resources that must be ready before this Kustomization can be reconciled. |
| kustomization.spec.force | bool | `false` | (Optional) Force instructs the controller to recreate resources when patching fails due to an immutable field change. Defaults to false. |
| kustomization.spec.healthChecks | list | `[]` | (Optional) A list of resources to be included in the health assessment. |
| kustomization.spec.images | list | `[]` | (Optional) Images is a list of (image name, new name, new tag or digest) for changing image names, tags or digests. This can also be achieved with a patch, but this operator is simpler to specify. |
| kustomization.spec.interval | string | `"5m"` | The interval at which to reconcile the Kustomization. |
| kustomization.spec.kubeConfig | string | `""` | (Optional) The KubeConfig for reconciling the Kustomization on a remote cluster. When specified, KubeConfig takes precedence over ServiceAccountName. |
| kustomization.spec.kubeConfig | object | `{}` | (Optional) The KubeConfig for reconciling the Kustomization on a remote cluster. When specified, KubeConfig takes precedence over ServiceAccountName. |
| kustomization.spec.patches | list | `[]` | (Optional) Strategic merge and JSON patches, defined as inline YAML objects, capable of targeting objects based on kind, label and annotation selectors. |
| kustomization.spec.path | string | `""` | (Optional) Path to the directory containing the kustomization.yaml file, or the set of plain YAMLs a kustomization.yaml should be generated for. Defaults to ‘None’, which translates to the root path of the SourceRef. |
| kustomization.spec.postBuild | object | `{}` | (Optional) PostBuild describes which actions to perform on the YAML manifest generated by building the kustomize overlay. |
| kustomization.spec.prune | bool | `true` | Prune enables garbage collection. Defaults to true. |
| kustomization.spec.retryInterval | string | `""` | (Optional) The interval at which to retry a previously failed reconciliation. When not specified, the controller uses the KustomizationSpec.Interval value to retry failures. |
| kustomization.spec.serviceAccountName | string | `""` | (Optional) The name of the Kubernetes service account to impersonate when reconciling this Kustomization. |
| kustomization.spec.suspend | bool | `false` | (Optional) This flag tells the controller to suspend subsequent kustomize executions, it does not apply to already started executions. Defaults to false. |
| kustomization.spec.suspend | string | `""` | (Optional) This flag tells the controller to suspend subsequent kustomize executions, it does not apply to already started executions. Defaults to false. |
| kustomization.spec.targetNamespace | string | `""` | (Optional) TargetNamespace sets or overrides the namespace in the kustomization.yaml file. |
| kustomization.spec.timeout | string | `""` | (Optional) Timeout for validation, apply and health checking operations. Defaults to ‘Interval’ duration |
| kustomization.spec.wait | bool | `false` | (Optional) Wait instructs the controller to check the health of all the reconciled resources. When enabled, the HealthChecks are ignored. Defaults to false. |
Expand Down
4 changes: 2 additions & 2 deletions charts/flux2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: flux2
description: A Helm chart for flux2

type: application
version: "0.5.0"
version: "0.6.0"

appVersion: "0.23.0"
appVersion: "0.24.0"
16 changes: 8 additions & 8 deletions charts/flux2/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# flux2

![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.23.0](https://img.shields.io/badge/AppVersion-0.23.0-informational?style=flat-square)
![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.24.0](https://img.shields.io/badge/AppVersion-0.24.0-informational?style=flat-square)

A Helm chart for flux2

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| eventsaddr | string | `"http://notification-controller/"` | Maybe you need to use full domain name here, if you deploy flux in environments that use http proxy. In such environments they normally add `.cluster.local` and `.local` suffixes to `no_proxy` variable in order to prevent cluster-local traffic from going through http proxy. Without fully specified domain they need to mention `notifications-controller` explicitly in `no_proxy` variable after debugging http proxy logs eg: http://notification-controller.[NAMESPACE].svc.[CLUSTERDOMAIN] |
| cli.image | string | `"ghcr.io/fluxcd/flux-cli"` | |
| cli.tag | string | `"v0.24.0"` | |
| eventsaddr | string | `"http://notification-controller/"` | Maybe you need to use full domain name here, if you deploy flux in environments that use http proxy. In such environments they normally add `.cluster.local` and `.local` suffixes to `no_proxy` variable in order to prevent cluster-local traffic from going through http proxy. Without fully specified domain they need to mention `notifications-controller` explicitly in `no_proxy` variable after debugging http proxy logs eg: http://notification-controller.[NAMESPACE].svc.[CLUSTERDOMAIN] |
| helmcontroller.affinity | object | `{}` | |
| helmcontroller.annotations."prometheus.io/port" | string | `"8080"` | |
| helmcontroller.annotations."prometheus.io/scrape" | string | `"true"` | |
Expand All @@ -24,7 +24,7 @@ A Helm chart for flux2
| helmcontroller.resources.requests.memory | string | `"64Mi"` | |
| helmcontroller.serviceaccount.annotations | object | `{}` | |
| helmcontroller.serviceaccount.create | bool | `true` | |
| helmcontroller.tag | string | `"v0.13.0"` | |
| helmcontroller.tag | string | `"v0.14.0"` | |
| helmcontroller.tolerations | list | `[]` | |
| imageautomationcontroller.affinity | object | `{}` | |
| imageautomationcontroller.annotations."prometheus.io/port" | string | `"8080"` | |
Expand All @@ -39,7 +39,7 @@ A Helm chart for flux2
| imageautomationcontroller.resources.requests.memory | string | `"64Mi"` | |
| imageautomationcontroller.serviceaccount.annotations | object | `{}` | |
| imageautomationcontroller.serviceaccount.create | bool | `true` | |
| imageautomationcontroller.tag | string | `"v0.17.1"` | |
| imageautomationcontroller.tag | string | `"v0.18.0"` | |
| imageautomationcontroller.tolerations | list | `[]` | |
| imagereflectorcontroller.affinity | object | `{}` | |
| imagereflectorcontroller.annotations."prometheus.io/port" | string | `"8080"` | |
Expand All @@ -54,7 +54,7 @@ A Helm chart for flux2
| imagereflectorcontroller.resources.requests.memory | string | `"64Mi"` | |
| imagereflectorcontroller.serviceaccount.annotations | object | `{}` | |
| imagereflectorcontroller.serviceaccount.create | bool | `true` | |
| imagereflectorcontroller.tag | string | `"v0.13.2"` | |
| imagereflectorcontroller.tag | string | `"v0.14.0"` | |
| imagereflectorcontroller.tolerations | list | `[]` | |
| installCRDs | bool | `true` | |
| kustomizecontroller.affinity | object | `{}` | |
Expand All @@ -71,7 +71,7 @@ A Helm chart for flux2
| kustomizecontroller.resources.requests.memory | string | `"64Mi"` | |
| kustomizecontroller.serviceaccount.annotations | object | `{}` | |
| kustomizecontroller.serviceaccount.create | bool | `true` | |
| kustomizecontroller.tag | string | `"v0.18.0"` | |
| kustomizecontroller.tag | string | `"v0.18.1"` | |
| kustomizecontroller.tolerations | list | `[]` | |
| notificationcontroller.affinity | object | `{}` | |
| notificationcontroller.annotations."prometheus.io/port" | string | `"8080"` | |
Expand All @@ -86,7 +86,7 @@ A Helm chart for flux2
| notificationcontroller.resources.requests.memory | string | `"64Mi"` | |
| notificationcontroller.serviceaccount.annotations | object | `{}` | |
| notificationcontroller.serviceaccount.create | bool | `true` | |
| notificationcontroller.tag | string | `"v0.18.1"` | |
| notificationcontroller.tag | string | `"v0.19.0"` | |
| notificationcontroller.tolerations | list | `[]` | |
| policies.create | bool | `true` | |
| rbac.create | bool | `true` | |
Expand All @@ -103,7 +103,7 @@ A Helm chart for flux2
| sourcecontroller.resources.requests.memory | string | `"64Mi"` | |
| sourcecontroller.serviceaccount.annotations | object | `{}` | |
| sourcecontroller.serviceaccount.create | bool | `true` | |
| sourcecontroller.tag | string | `"v0.18.0"` | |
| sourcecontroller.tag | string | `"v0.19.0"` | |
| sourcecontroller.tolerations | list | `[]` | |

----------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ should match snapshot of default values:
prometheus.io/scrape: "true"
labels:
app: helm-controller
labeltestkey: labeltestvalue
labeltestkey2: labeltestvalue2
spec:
containers:
- args:
Expand All @@ -33,7 +35,7 @@ should match snapshot of default values:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/helm-controller:v0.13.0
image: ghcr.io/fluxcd/helm-controller:v0.14.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ should match snapshot of default values:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/image-automation-controller:v0.17.1
image: ghcr.io/fluxcd/image-automation-controller:v0.18.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ should match snapshot of default values:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/image-reflector-controller:v0.13.2
image: ghcr.io/fluxcd/image-reflector-controller:v0.14.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ should match snapshot of default values:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/kustomize-controller:v0.18.0
image: ghcr.io/fluxcd/kustomize-controller:v0.18.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ should match snapshot of default values:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/notification-controller:v0.18.1
image: ghcr.io/fluxcd/notification-controller:v0.19.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ should match snapshot of default values:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/source-controller:v0.18.0
image: ghcr.io/fluxcd/source-controller:v0.19.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
8 changes: 8 additions & 0 deletions charts/flux2/tests/helm-controller_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ tests:
capabilities:
majorVersion: 1
minorVersion: 19
set:
helmcontroller.labels:
labeltestkey: labeltestvalue
labeltestkey2: labeltestvalue2
asserts:
- hasDocuments:
count: 1
Expand All @@ -22,3 +26,7 @@ tests:
- it: should match snapshot of default values
asserts:
- matchSnapshot: { }
set:
helmcontroller.labels:
labeltestkey: labeltestvalue
labeltestkey2: labeltestvalue2
12 changes: 6 additions & 6 deletions charts/flux2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cli:
helmcontroller:
create: true
image: ghcr.io/fluxcd/helm-controller
tag: v0.13.0
tag: v0.14.0
resources:
limits:
cpu: 1000m
Expand Down Expand Up @@ -62,7 +62,7 @@ helmcontroller:
imageautomationcontroller:
create: true
image: ghcr.io/fluxcd/image-automation-controller
tag: v0.17.1
tag: v0.18.0
resources:
limits:
cpu: 1000m
Expand All @@ -84,7 +84,7 @@ imageautomationcontroller:
imagereflectorcontroller:
create: true
image: ghcr.io/fluxcd/image-reflector-controller
tag: v0.13.2
tag: v0.14.0
resources:
limits:
cpu: 1000m
Expand All @@ -106,7 +106,7 @@ imagereflectorcontroller:
kustomizecontroller:
create: true
image: ghcr.io/fluxcd/kustomize-controller
tag: v0.18.0
tag: v0.18.1
resources:
limits:
cpu: 1000m
Expand Down Expand Up @@ -135,7 +135,7 @@ kustomizecontroller:
notificationcontroller:
create: true
image: ghcr.io/fluxcd/notification-controller
tag: v0.18.1
tag: v0.19.0
resources:
limits:
cpu: 1000m
Expand All @@ -157,7 +157,7 @@ notificationcontroller:
sourcecontroller:
create: true
image: ghcr.io/fluxcd/source-controller
tag: v0.18.0
tag: v0.19.0
resources:
limits:
cpu: 1000m
Expand Down

0 comments on commit 1c18a79

Please sign in to comment.