Skip to content

Commit

Permalink
deps: update ghcr.io/keptn/certificate-operator docker tag to v1.1.0 (#…
Browse files Browse the repository at this point in the history
…1964)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
  • Loading branch information
renovate[bot] and mowies committed Aug 31, 2023
1 parent 121de2e commit cdc07ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/.helm-tests/default/result.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7683,7 +7683,7 @@ spec:
value: "true"
- name: KUBERNETES_CLUSTER_DOMAIN
value: cluster.local
image: ghcr.io/keptn/certificate-operator:v0.8.1
image: ghcr.io/keptn/certificate-operator:v1.1.0
imagePullPolicy: Always
name: manager
resources:
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/.helm-tests/default/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ certificateOperator:
labelSelectorValue: "true"
image:
repository: ghcr.io/keptn/certificate-operator
tag: v0.8.1
tag: v1.1.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion helm/chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ checks
| ------------------------------------------------------ | ------------------------------------------------------------------------- | ------------------------------------ |
| `certificateOperator.manager.containerSecurityContext` | Sets security context for the cert manager | |
| `certificateOperator.manager.image.repository` | specify repo for manager image | `ghcr.io/keptn/certificate-operator` |
| `certificateOperator.manager.image.tag` | select tag for manager container | `v0.8.1` |
| `certificateOperator.manager.image.tag` | select tag for manager container | `v1.1.0` |
| `certificateOperator.manager.imagePullPolicy` | select image pull policy for manager container | `Always` |
| `certificateOperator.manager.env.labelSelectorKey` | specify the label selector to find resources to generate certificates for | `keptn.sh/inject-cert` |
| `certificateOperator.manager.env.labelSelectorValue` | specify the value for the label selector | `true` |
Expand Down
2 changes: 1 addition & 1 deletion helm/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ certificateOperator:
labelSelectorValue: "true"
image:
repository: ghcr.io/keptn/certificate-operator
tag: v0.8.1
tag: v1.1.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit cdc07ae

Please sign in to comment.