Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronschweig committed Nov 19, 2024
1 parent 00cde4c commit ac389ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/account-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: account-operator
description: A Helm chart for Kubernetes
type: application
version: 0.4.7
version: 0.4.8
appVersion: "0.98.0"
dependencies:
- name: account-operator-crds
Expand Down
2 changes: 1 addition & 1 deletion charts/account-operator/templates/webhook/pki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ spec:
- {{ include "entity.name" . }}-webhook.{{ .Release.Namespace }}.svc.cluster.local
issuerRef:
kind: Issuer
name: selfsigned-issuer
name: {{ include "entity.name" . }}-selfsigned-issuer
secretName: {{ include "entity.name" . }}-webhook-server-cert
{{- end -}}
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ operator match the snapshot with webhook enabled:
- RELEASE-NAME-account-operator-webhook.NAMESPACE.svc.cluster.local
issuerRef:
kind: Issuer
name: selfsigned-issuer
name: RELEASE-NAME-account-operator-selfsigned-issuer
secretName: RELEASE-NAME-account-operator-webhook-server-cert
9: |
apiVersion: v1
Expand Down

0 comments on commit ac389ea

Please sign in to comment.