Skip to content

Commit

Permalink
Fix imagePullPolicy schema
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 24, 2023
1 parent e25b4f7 commit ea054d3
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion charts/flux2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name: flux2
sources:
- https://github.com/fluxcd-community/helm-charts
type: application
version: 2.10.2
version: 2.10.3
14 changes: 7 additions & 7 deletions charts/flux2/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flux2

![Version: 2.10.2](https://img.shields.io/badge/Version-2.10.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.1](https://img.shields.io/badge/AppVersion-2.1.1-informational?style=flat-square)
![Version: 2.10.3](https://img.shields.io/badge/Version-2.10.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.1](https://img.shields.io/badge/AppVersion-2.1.1-informational?style=flat-square)

A Helm chart for flux2

Expand Down Expand Up @@ -30,7 +30,7 @@ This helm chart is maintain and released by the fluxcd-community on a best effor
| helmController.create | bool | `true` | |
| helmController.extraEnv | list | `[]` | |
| helmController.image | string | `"ghcr.io/fluxcd/helm-controller"` | |
| helmController.imagePullPolicy | object | `{}` | |
| helmController.imagePullPolicy | string | `""` | |
| helmController.labels | object | `{}` | |
| helmController.nodeSelector | object | `{}` | |
| helmController.priorityClassName | string | `""` | |
Expand All @@ -49,7 +49,7 @@ This helm chart is maintain and released by the fluxcd-community on a best effor
| imageAutomationController.create | bool | `true` | |
| imageAutomationController.extraEnv | list | `[]` | |
| imageAutomationController.image | string | `"ghcr.io/fluxcd/image-automation-controller"` | |
| imageAutomationController.imagePullPolicy | object | `{}` | |
| imageAutomationController.imagePullPolicy | string | `""` | |
| imageAutomationController.labels | object | `{}` | |
| imageAutomationController.nodeSelector | object | `{}` | |
| imageAutomationController.priorityClassName | string | `""` | |
Expand All @@ -69,7 +69,7 @@ This helm chart is maintain and released by the fluxcd-community on a best effor
| imageReflectionController.create | bool | `true` | |
| imageReflectionController.extraEnv | list | `[]` | |
| imageReflectionController.image | string | `"ghcr.io/fluxcd/image-reflector-controller"` | |
| imageReflectionController.imagePullPolicy | object | `{}` | |
| imageReflectionController.imagePullPolicy | string | `""` | |
| imageReflectionController.labels | object | `{}` | |
| imageReflectionController.nodeSelector | object | `{}` | |
| imageReflectionController.priorityClassName | string | `""` | |
Expand All @@ -91,7 +91,7 @@ This helm chart is maintain and released by the fluxcd-community on a best effor
| kustomizeController.extraEnv | list | `[]` | |
| kustomizeController.extraSecretMounts | list | `[]` | Defines additional mounts with secrets. Secrets must be manually created in the namespace or with kustomizeController.secret |
| kustomizeController.image | string | `"ghcr.io/fluxcd/kustomize-controller"` | |
| kustomizeController.imagePullPolicy | object | `{}` | |
| kustomizeController.imagePullPolicy | string | `""` | |
| kustomizeController.labels | object | `{}` | |
| kustomizeController.nodeSelector | object | `{}` | |
| kustomizeController.priorityClassName | string | `""` | |
Expand All @@ -117,7 +117,7 @@ This helm chart is maintain and released by the fluxcd-community on a best effor
| notificationController.create | bool | `true` | |
| notificationController.extraEnv | list | `[]` | |
| notificationController.image | string | `"ghcr.io/fluxcd/notification-controller"` | |
| notificationController.imagePullPolicy | object | `{}` | |
| notificationController.imagePullPolicy | string | `""` | |
| notificationController.labels | object | `{}` | |
| notificationController.nodeSelector | object | `{}` | |
| notificationController.priorityClassName | string | `""` | |
Expand Down Expand Up @@ -148,7 +148,7 @@ This helm chart is maintain and released by the fluxcd-community on a best effor
| sourceController.create | bool | `true` | |
| sourceController.extraEnv | list | `[]` | |
| sourceController.image | string | `"ghcr.io/fluxcd/source-controller"` | |
| sourceController.imagePullPolicy | object | `{}` | |
| sourceController.imagePullPolicy | string | `""` | |
| sourceController.labels | object | `{}` | |
| sourceController.nodeSelector | object | `{}` | |
| sourceController.priorityClassName | string | `""` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ should match snapshot of default values:
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: 2.1.1
control-plane: controller
helm.sh/chart: flux2-2.10.2
helm.sh/chart: flux2-2.10.3
labeltestkey: labeltestvalue
labeltestkey2: labeltestvalue2
name: helm-controller
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ should match snapshot of default values:
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: 2.1.1
control-plane: controller
helm.sh/chart: flux2-2.10.2
helm.sh/chart: flux2-2.10.3
name: image-automation-controller
spec:
replicas: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ should match snapshot of default values:
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: 2.1.1
control-plane: controller
helm.sh/chart: flux2-2.10.2
helm.sh/chart: flux2-2.10.3
name: image-reflector-controller
spec:
replicas: 1
Expand Down
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/managed-by: Helm
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: 2.1.1
helm.sh/chart: flux2-2.10.2
helm.sh/chart: flux2-2.10.3
name: test1
namespace: NAMESPACE
type: Opaque
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ should match snapshot of default values:
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: 2.1.1
control-plane: controller
helm.sh/chart: flux2-2.10.2
helm.sh/chart: flux2-2.10.3
name: kustomize-controller
spec:
replicas: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ should match snapshot of default values:
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: 2.1.1
control-plane: controller
helm.sh/chart: flux2-2.10.2
helm.sh/chart: flux2-2.10.3
name: notification-controller
spec:
replicas: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ should match snapshot of default values:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: 2.1.1
helm.sh/chart: flux2-2.10.2
helm.sh/chart: flux2-2.10.3
name: RELEASE-NAME-flux-check
spec:
backoffLimit: 1
Expand All @@ -23,7 +23,7 @@ should match snapshot of default values:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: 2.1.1
helm.sh/chart: flux2-2.10.2
helm.sh/chart: flux2-2.10.3
name: RELEASE-NAME
spec:
automountServiceAccountToken: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ should match snapshot of default values:
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: 2.1.1
control-plane: controller
helm.sh/chart: flux2-2.10.2
helm.sh/chart: flux2-2.10.3
name: source-controller
spec:
replicas: 1
Expand Down
12 changes: 6 additions & 6 deletions charts/flux2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ helmController:
create: true
automount: true
annotations: {}
imagePullPolicy: {}
imagePullPolicy: ""
nodeSelector: {}
# expects input structure as per specification https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.11/#affinity-v1-core
# for example:
Expand Down Expand Up @@ -101,7 +101,7 @@ imageAutomationController:
create: true
automount: true
annotations: {}
imagePullPolicy: {}
imagePullPolicy: ""
nodeSelector: {}
affinity: {}
tolerations: []
Expand Down Expand Up @@ -129,7 +129,7 @@ imageReflectionController:
create: true
automount: true
annotations: {}
imagePullPolicy: {}
imagePullPolicy: ""
nodeSelector: {}
affinity: {}
tolerations: []
Expand Down Expand Up @@ -157,7 +157,7 @@ kustomizeController:
create: true
automount: true
annotations: {}
imagePullPolicy: {}
imagePullPolicy: ""
secret:
# -- Create a secret to use it with extraSecretMounts. Defaults to false.
create: false
Expand Down Expand Up @@ -205,7 +205,7 @@ notificationController:
create: true
automount: true
annotations: {}
imagePullPolicy: {}
imagePullPolicy: ""
service:
labels: {}
annotations: {}
Expand Down Expand Up @@ -239,7 +239,7 @@ sourceController:
create: true
automount: true
annotations: {}
imagePullPolicy: {}
imagePullPolicy: ""
service:
labels: {}
annotations: {}
Expand Down

0 comments on commit ea054d3

Please sign in to comment.