Skip to content

Commit

Permalink
Use apache hosted docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrother committed Aug 29, 2023
1 parent 666e91e commit 54c1a35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/flink-kubernetes-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A Helm chart for the Apache Flink Kubernetes Operator
| defaultConfiguration.create | bool | `true` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"flink-kubernetes-operator"` | |
| image.repository | string | `"apache/flink-kubernetes-operator"` | |
| image.tag | string | `"latest"` | |
| imagePullSecrets | list | `[]` | |
| jobServiceAccount.annotations."helm.sh/resource-policy" | string | `"keep"` | |
Expand Down Expand Up @@ -71,7 +71,7 @@ A Helm chart for the Apache Flink Kubernetes Operator
| rbac.operatorRoleBinding.name | string | `"flink-operator-role-binding"` | |
| replicas | int | `1` | |
| strategy.type | string | `"Recreate"` | |
| webhook.create | bool | `true` | |
| webhook.create | bool | `false` | |
| webhook.keystore.useDefaultPassword | bool | `true` | |
| webhookSecurityContext | object | `{}` | |

Expand Down
2 changes: 1 addition & 1 deletion charts/flink-kubernetes-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# watchNamespaces: ["flink"]

image:
repository: flink-kubernetes-operator
repository: "apache/flink-kubernetes-operator"
pullPolicy: IfNotPresent
tag: latest
# If image digest is set then it takes precedence and the image tag will be ignored
Expand Down

0 comments on commit 54c1a35

Please sign in to comment.