diff --git a/README.md b/README.md index 1fec37814..ab0f1770a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Chart for HedgeDoc, a fork of CodiMD [hedgedoc](charts/hedgedoc) #### [keycloak-operator](charts/keycloak-operator) chart -![Version: 1.2.x](https://img.shields.io/badge/version-1.2.x-brightgreen) ![App version: 24..x](https://img.shields.io/badge/app%20version-24..x-brightgreen) +![Version: 1.3.x](https://img.shields.io/badge/version-1.3.x-brightgreen) ![App version: 24..x](https://img.shields.io/badge/app%20version-24..x-brightgreen) Deploy Keycloak Operator and Keycloak diff --git a/charts/keycloak-operator/Chart.yaml b/charts/keycloak-operator/Chart.yaml index 746b37a19..41830413a 100644 --- a/charts/keycloak-operator/Chart.yaml +++ b/charts/keycloak-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: keycloak-operator description: Deploy Keycloak Operator and Keycloak type: application -version: 1.2.0 +version: 1.3.0 appVersion: "24.0.4" icon: https://www.keycloak.org/resources/images/logo-stacked.svg home: https://www.keycloak.org @@ -16,7 +16,7 @@ maintainers: annotations: artifacthub.io/changes: | - kind: changed - description: "New feature: disable Operator templates generation" + description: "New feature: customise namespace" links: - - name: "Issue 1270" - url: https://github.com/adfinis/helm-charts/issues/1270 + - name: "Issue 1273" + url: https://github.com/adfinis/helm-charts/issues/1273 diff --git a/charts/keycloak-operator/README.md b/charts/keycloak-operator/README.md index 267ef4f69..548660db5 100644 --- a/charts/keycloak-operator/README.md +++ b/charts/keycloak-operator/README.md @@ -1,6 +1,6 @@ # keycloak-operator -![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 24.0.4](https://img.shields.io/badge/AppVersion-24.0.4-informational?style=flat-square) +![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 24.0.4](https://img.shields.io/badge/AppVersion-24.0.4-informational?style=flat-square) Deploy Keycloak Operator and Keycloak @@ -16,67 +16,69 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk ## Values -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| fullnameOverride | string | `""` | | -| imagePullSecrets | list | `[]` | | -| keycloak.additionalOptions | string | `nil` | Configuration of the Keycloak server expressed as a keys and values that can be either direct values or references to secrets. | -| keycloak.db.database | string | `nil` | Sets the database name of the default JDBC URL of the chosen vendor. If the `url` option is set, this option is ignored. | -| keycloak.db.host | string | `nil` | Sets the hostname of the default JDBC URL of the chosen vendor. If the `url` option is set, this option is ignored. | -| keycloak.db.passwordSecret | string | `nil` | The reference to a secret holding the password of the database user. | -| keycloak.db.poolInitialSize | string | `nil` | The initial size of the connection pool. | -| keycloak.db.poolMaxSize | string | `nil` | The maximum size of the connection pool. | -| keycloak.db.poolMinSize | string | `nil` | The minimal size of the connection pool. | -| keycloak.db.port | string | `nil` | Sets the port of the default JDBC URL of the chosen vendor. If the `url` option is set, this option is ignored. | -| keycloak.db.schema | string | `nil` | The database schema to be used. | -| keycloak.db.url | string | `nil` | The full database JDBC URL. If not provided, a default URL is set based on the selected database vendor. | -| keycloak.db.usernameSecret | string | `nil` | The reference to a secret holding the username of the database user. | -| keycloak.db.vendor | string | `nil` | The database vendor. | -| keycloak.enabled | bool | `false` | Enable deploying a bundled keycloak with the operator | -| keycloak.features | object | see [Keycloak docs](https://www.keycloak.org/server/features) | Configure Keycloak features | -| keycloak.features.disabled | list | `[]` | Disabled Keycloak features | -| keycloak.features.enabled | list | `[]` | Enabled Keycloak features | -| keycloak.hostname.admin | string | `nil` | The hostname for accessing the administration console. | -| keycloak.hostname.adminUrl | string | `nil` | Set the base URL for accessing the administration console. | -| keycloak.hostname.hostname | string | Disabled if not set. | Hostname for the Keycloak server. | -| keycloak.hostname.strict | bool | `false` | Disables dynamically resolving the hostname from request headers | -| keycloak.hostname.strictBackchannel | bool | `true` | By default backchannel URLs are dynamically resolved from request headers to allow internal and external applications. | -| keycloak.http.httpEnabled | bool | `true` | Enable a HTTP listener | -| keycloak.http.httpPort | string | `nil` | The used HTTP port | -| keycloak.http.httpsPort | string | `nil` | The used HTTPS port | -| keycloak.http.tlsSecret | string | `nil` | A secret containing the TLS configuration for HTTPS. | -| keycloak.image.repository | string | `""` | Overrides the operator.keycloakImage.image value whose default is quay.io/keycloak/keycloak | -| keycloak.image.tag | string | `""` | Overrides the operator.keycloakImage.tag value whose default is the chart appVersion. | -| keycloak.imagePullSecrets | string | `nil` | Secret(s) that might be used when pulling an image from a private container image registry or repository. | -| keycloak.ingress.annotations | list | `[]` | Annotations for the Ingress | -| keycloak.ingress.className | string | `""` | Ingress class name | -| keycloak.ingress.enabled | bool | `true` | The deployment is, by default, exposed through a basic ingress. | -| keycloak.instances | int | `1` | Number of Keycloak instances in HA mode. | -| keycloak.realmimport.enabled | bool | `false` | Deploy realmimport resources | -| keycloak.realmimport.realms | list | `[]` | A list of realms to configure using the realmimport CRD. | -| keycloak.transaction.xaEnabled | bool | `false` | Determine whether Keycloak should use a non-XA datasource. | -| keycloak.unsupported.podTemplate | string | `nil` | You can configure values that will be merged with the one configured by default by the operator. | -| nameOverride | string | `""` | | -| operator.affinity | object | `{}` | Affinity for Operator Deployment. | -| operator.config.keycloakImage.repository | string | `"quay.io/keycloak/keycloak"` | Default keycloak image to use if non was specified in the Keycloak CRD. | -| operator.config.keycloakImage.tag | string | `""` | | -| operator.image.pullPolicy | string | `"IfNotPresent"` | Pull policy for Operator. | -| operator.image.repository | string | `"quay.io/keycloak/keycloak-operator"` | Operator Image source. | -| operator.image.tag | string | `""` | | -| operator.nodeSelector | object | `{}` | Node selector for Operator Deployment. | -| operator.podAnnotations | object | `{}` | Annotations to set on the Operator Deployment. | -| operator.podSecurityContext | object | `{}` | Pod security group configuration for Operator Deployment. | -| operator.podTopologySpreadConstraints | object | `{}` | Pod Topology Spread Constraints for Operator Deployment | -| operator.replicaCount | int | `1` | Number or oeprator pods to start. | -| operator.resources | object | `{}` | Resource requests and limits for Operator Deployment. | -| operator.securityContext | object | `{}` | Security context for Operator Deployment. | -| operator.service.enabled | bool | `true` | Enable creation of Service | -| operator.service.port | int | `8080` | Service port for Operator. | -| operator.service.type | string | `"ClusterIP"` | Service type for Operator. | -| operator.serviceAccount.annotations | object | `{}` | Annotations to add to the service account | -| operator.serviceAccount.create | bool | `true` | Specifies whether a service account should be created. | -| operator.serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template | -| operator.tolerations | list | `[]` | Tolerations for Operator Deployment. | +| Key | Type | Default | Description | +|------------------------------------------|--------|--------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------| +| fullnameOverride | string | `""` | | +| imagePullSecrets | list | `[]` | | +| keycloak.additionalOptions | string | `nil` | Configuration of the Keycloak server expressed as a keys and values that can be either direct values or references to secrets. | +| keycloak.db.database | string | `nil` | Sets the database name of the default JDBC URL of the chosen vendor. If the `url` option is set, this option is ignored. | +| keycloak.db.host | string | `nil` | Sets the hostname of the default JDBC URL of the chosen vendor. If the `url` option is set, this option is ignored. | +| keycloak.db.passwordSecret | string | `nil` | The reference to a secret holding the password of the database user. | +| keycloak.db.poolInitialSize | string | `nil` | The initial size of the connection pool. | +| keycloak.db.poolMaxSize | string | `nil` | The maximum size of the connection pool. | +| keycloak.db.poolMinSize | string | `nil` | The minimal size of the connection pool. | +| keycloak.db.port | string | `nil` | Sets the port of the default JDBC URL of the chosen vendor. If the `url` option is set, this option is ignored. | +| keycloak.db.schema | string | `nil` | The database schema to be used. | +| keycloak.db.url | string | `nil` | The full database JDBC URL. If not provided, a default URL is set based on the selected database vendor. | +| keycloak.db.usernameSecret | string | `nil` | The reference to a secret holding the username of the database user. | +| keycloak.db.vendor | string | `nil` | The database vendor. | +| keycloak.enabled | bool | `false` | Enable deploying a bundled keycloak with the operator | +| keycloak.features | object | see [Keycloak docs](https://www.keycloak.org/server/features) | Configure Keycloak features | +| keycloak.features.disabled | list | `[]` | Disabled Keycloak features | +| keycloak.features.enabled | list | `[]` | Enabled Keycloak features | +| keycloak.hostname.admin | string | `nil` | The hostname for accessing the administration console. | +| keycloak.hostname.adminUrl | string | `nil` | Set the base URL for accessing the administration console. | +| keycloak.hostname.hostname | string | Disabled if not set. | Hostname for the Keycloak server. | +| keycloak.hostname.strict | bool | `false` | Disables dynamically resolving the hostname from request headers | +| keycloak.hostname.strictBackchannel | bool | `true` | By default backchannel URLs are dynamically resolved from request headers to allow internal and external applications. | +| keycloak.http.httpEnabled | bool | `true` | Enable a HTTP listener | +| keycloak.http.httpPort | string | `nil` | The used HTTP port | +| keycloak.http.httpsPort | string | `nil` | The used HTTPS port | +| keycloak.http.tlsSecret | string | `nil` | A secret containing the TLS configuration for HTTPS. | +| keycloak.image.repository | string | `""` | Overrides the operator.keycloakImage.image value whose default is quay.io/keycloak/keycloak | +| keycloak.image.tag | string | `""` | Overrides the operator.keycloakImage.tag value whose default is the chart appVersion. | +| keycloak.imagePullSecrets | string | `nil` | Secret(s) that might be used when pulling an image from a private container image registry or repository. | +| keycloak.ingress.annotations | list | `[]` | Annotations for the Ingress | +| keycloak.ingress.className | string | `""` | Ingress class name | +| keycloak.ingress.enabled | bool | `true` | The deployment is, by default, exposed through a basic ingress. | +| keycloak.instances | int | `1` | Number of Keycloak instances in HA mode. | +| keycloak.namespace | string | `nil` | Namespace where the keycloak instance will be created. | +| keycloak.realmimport.enabled | bool | `false` | Deploy realmimport resources | +| keycloak.realmimport.realms | list | `[]` | A list of realms to configure using the realmimport CRD. | +| keycloak.transaction.xaEnabled | bool | `false` | Determine whether Keycloak should use a non-XA datasource. | +| keycloak.unsupported.podTemplate | string | `nil` | You can configure values that will be merged with the one configured by default by the operator. | +| nameOverride | string | `""` | | +| operator.affinity | object | `{}` | Affinity for Operator Deployment. | +| operator.config.keycloakImage.repository | string | `"quay.io/keycloak/keycloak"` | Default keycloak image to use if non was specified in the Keycloak CRD. | +| operator.config.keycloakImage.tag | string | `""` | | +| operator.image.pullPolicy | string | `"IfNotPresent"` | Pull policy for Operator. | +| operator.image.repository | string | `"quay.io/keycloak/keycloak-operator"` | Operator Image source. | +| operator.image.tag | string | `""` | | +| operator.namespace | string | `nil` | Namespace where the operator resources will be created. | +| operator.nodeSelector | object | `{}` | Node selector for Operator Deployment. | +| operator.podAnnotations | object | `{}` | Annotations to set on the Operator Deployment. | +| operator.podSecurityContext | object | `{}` | Pod security group configuration for Operator Deployment. | +| operator.podTopologySpreadConstraints | object | `{}` | Pod Topology Spread Constraints for Operator Deployment | +| operator.replicaCount | int | `1` | Number or oeprator pods to start. | +| operator.resources | object | `{}` | Resource requests and limits for Operator Deployment. | +| operator.securityContext | object | `{}` | Security context for Operator Deployment. | +| operator.service.enabled | bool | `true` | Enable creation of Service | +| operator.service.port | int | `8080` | Service port for Operator. | +| operator.service.type | string | `"ClusterIP"` | Service type for Operator. | +| operator.serviceAccount.annotations | object | `{}` | Annotations to add to the service account | +| operator.serviceAccount.create | bool | `true` | Specifies whether a service account should be created. | +| operator.serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template | +| operator.tolerations | list | `[]` | Tolerations for Operator Deployment. | ## About this chart diff --git a/charts/keycloak-operator/templates/keycloak/keycloak.yaml b/charts/keycloak-operator/templates/keycloak/keycloak.yaml index 20fb40c2b..30bddd65a 100644 --- a/charts/keycloak-operator/templates/keycloak/keycloak.yaml +++ b/charts/keycloak-operator/templates/keycloak/keycloak.yaml @@ -3,6 +3,9 @@ apiVersion: k8s.keycloak.org/v2alpha1 kind: Keycloak metadata: name: {{ default (include "keycloak-operator.fullname" .) .Values.keycloak.name }} + {{- with .Values.keycloak.namespace }} + namespace: {{ . }} + {{- end }} labels: {{- include "keycloak-operator.labels" . | nindent 4 }} app.kubernetes.io/component: keycloak diff --git a/charts/keycloak-operator/templates/keycloak/keycloakrealmimport.yaml b/charts/keycloak-operator/templates/keycloak/keycloakrealmimport.yaml index 9488a156c..7363c0309 100644 --- a/charts/keycloak-operator/templates/keycloak/keycloakrealmimport.yaml +++ b/charts/keycloak-operator/templates/keycloak/keycloakrealmimport.yaml @@ -7,6 +7,9 @@ apiVersion: k8s.keycloak.org/v2alpha1 kind: KeycloakRealmImport metadata: name: {{ $fullname }}-{{ .realm }} + {{- with .Values.keycloak.namespace }} + namespace: {{ . }} + {{- end }} labels: {{- $labels | nindent 4 }} spec: diff --git a/charts/keycloak-operator/templates/operator/clusterrole.yaml b/charts/keycloak-operator/templates/operator/clusterrole.yaml index 4761673c3..9f23c371f 100644 --- a/charts/keycloak-operator/templates/operator/clusterrole.yaml +++ b/charts/keycloak-operator/templates/operator/clusterrole.yaml @@ -3,6 +3,9 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: keycloakcontroller-cluster-role + {{- with .Values.operator.namespace }} + namespace: {{ . }} + {{- end }} labels: {{- include "keycloak-operator.operator.labels" . | nindent 4 }} rules: @@ -25,6 +28,9 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: keycloakrealmimportcontroller-cluster-role + {{- with .Values.operator.namespace }} + namespace: {{ . }} + {{- end }} labels: {{- include "keycloak-operator.operator.labels" . | nindent 4 }} rules: diff --git a/charts/keycloak-operator/templates/operator/deployment.yaml b/charts/keycloak-operator/templates/operator/deployment.yaml index 860c497f6..56efa5301 100644 --- a/charts/keycloak-operator/templates/operator/deployment.yaml +++ b/charts/keycloak-operator/templates/operator/deployment.yaml @@ -3,6 +3,9 @@ apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "keycloak-operator.operator.fullname" . }} + {{- with .Values.operator.namespace }} + namespace: {{ . }} + {{- end }} labels: {{- include "keycloak-operator.operator.labels" . | nindent 4 }} spec: diff --git a/charts/keycloak-operator/templates/operator/rolebinding.yaml b/charts/keycloak-operator/templates/operator/rolebinding.yaml index 923b7aa4b..1ae670219 100644 --- a/charts/keycloak-operator/templates/operator/rolebinding.yaml +++ b/charts/keycloak-operator/templates/operator/rolebinding.yaml @@ -3,6 +3,9 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: name: keycloak-operator-role-binding + {{- with .Values.operator.namespace }} + namespace: {{ . }} + {{- end }} labels: {{- include "keycloak-operator.operator.labels" . | nindent 4 }} roleRef: @@ -17,6 +20,9 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: name: keycloak-operator-view + {{- with .Values.operator.namespace }} + namespace: {{ . }} + {{- end }} labels: {{- include "keycloak-operator.operator.labels" . | nindent 4 }} roleRef: @@ -31,6 +37,9 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: name: keycloakcontroller-role-binding + {{- with .Values.operator.namespace }} + namespace: {{ . }} + {{- end }} labels: {{- include "keycloak-operator.operator.labels" . | nindent 4 }} roleRef: @@ -45,6 +54,9 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: name: keycloakrealmimportcontroller-role-binding + {{- with .Values.operator.namespace }} + namespace: {{ . }} + {{- end }} labels: {{- include "keycloak-operator.operator.labels" . | nindent 4 }} roleRef: diff --git a/charts/keycloak-operator/templates/operator/roles.yaml b/charts/keycloak-operator/templates/operator/roles.yaml index 45425a208..9781ab01c 100644 --- a/charts/keycloak-operator/templates/operator/roles.yaml +++ b/charts/keycloak-operator/templates/operator/roles.yaml @@ -4,6 +4,9 @@ kind: Role metadata: # TODO: figure out how to replace rolename with {{ include "keycloak-operator.operator.fullname" . }} name: keycloak-operator-role + {{- with .Values.operator.namespace }} + namespace: {{ . }} + {{- end }} labels: {{- include "keycloak-operator.operator.labels" . | nindent 4 }} rules: diff --git a/charts/keycloak-operator/templates/operator/service.yaml b/charts/keycloak-operator/templates/operator/service.yaml index 61c49caef..6911869df 100644 --- a/charts/keycloak-operator/templates/operator/service.yaml +++ b/charts/keycloak-operator/templates/operator/service.yaml @@ -4,6 +4,9 @@ apiVersion: v1 kind: Service metadata: name: {{ include "keycloak-operator.operator.fullname" . }} + {{- with .Values.operator.namespace }} + namespace: {{ . }} + {{- end }} labels: {{- include "keycloak-operator.operator.labels" . | nindent 4 }} spec: diff --git a/charts/keycloak-operator/templates/operator/serviceaccount.yaml b/charts/keycloak-operator/templates/operator/serviceaccount.yaml index c46c734fe..9a4d99d3f 100644 --- a/charts/keycloak-operator/templates/operator/serviceaccount.yaml +++ b/charts/keycloak-operator/templates/operator/serviceaccount.yaml @@ -4,6 +4,9 @@ apiVersion: v1 kind: ServiceAccount metadata: name: {{ include "keycloak-operator.operator.serviceAccountName" . }} + {{- with .Values.operator.namespace }} + namespace: {{ . }} + {{- end }} labels: {{- include "keycloak-operator.operator.labels" . | nindent 4 }} {{- with .Values.operator.serviceAccount.annotations }} diff --git a/charts/keycloak-operator/tests/__snapshot__/default_test.yaml.snap b/charts/keycloak-operator/tests/__snapshot__/default_test.yaml.snap index 2ec0ad566..699717add 100644 --- a/charts/keycloak-operator/tests/__snapshot__/default_test.yaml.snap +++ b/charts/keycloak-operator/tests/__snapshot__/default_test.yaml.snap @@ -9,7 +9,7 @@ should match snapshot: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator app.kubernetes.io/version: 24.0.4 - helm.sh/chart: keycloak-operator-1.2.0 + helm.sh/chart: keycloak-operator-1.3.0 name: keycloakcontroller-cluster-role rules: - apiGroups: @@ -36,7 +36,7 @@ should match snapshot: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator app.kubernetes.io/version: 24.0.4 - helm.sh/chart: keycloak-operator-1.2.0 + helm.sh/chart: keycloak-operator-1.3.0 name: keycloakrealmimportcontroller-cluster-role rules: - apiGroups: @@ -63,7 +63,7 @@ should match snapshot: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator app.kubernetes.io/version: 24.0.4 - helm.sh/chart: keycloak-operator-1.2.0 + helm.sh/chart: keycloak-operator-1.3.0 name: RELEASE-NAME-keycloak-operator-operator spec: replicas: 1 @@ -128,7 +128,7 @@ should match snapshot: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator app.kubernetes.io/version: 24.0.4 - helm.sh/chart: keycloak-operator-1.2.0 + helm.sh/chart: keycloak-operator-1.3.0 name: keycloak-operator-role-binding roleRef: apiGroup: rbac.authorization.k8s.io @@ -147,7 +147,7 @@ should match snapshot: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator app.kubernetes.io/version: 24.0.4 - helm.sh/chart: keycloak-operator-1.2.0 + helm.sh/chart: keycloak-operator-1.3.0 name: keycloak-operator-view roleRef: apiGroup: rbac.authorization.k8s.io @@ -166,7 +166,7 @@ should match snapshot: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator app.kubernetes.io/version: 24.0.4 - helm.sh/chart: keycloak-operator-1.2.0 + helm.sh/chart: keycloak-operator-1.3.0 name: keycloakcontroller-role-binding roleRef: apiGroup: rbac.authorization.k8s.io @@ -185,7 +185,7 @@ should match snapshot: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator app.kubernetes.io/version: 24.0.4 - helm.sh/chart: keycloak-operator-1.2.0 + helm.sh/chart: keycloak-operator-1.3.0 name: keycloakrealmimportcontroller-role-binding roleRef: apiGroup: rbac.authorization.k8s.io @@ -204,7 +204,7 @@ should match snapshot: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator app.kubernetes.io/version: 24.0.4 - helm.sh/chart: keycloak-operator-1.2.0 + helm.sh/chart: keycloak-operator-1.3.0 name: keycloak-operator-role rules: - apiGroups: @@ -267,7 +267,7 @@ should match snapshot: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator app.kubernetes.io/version: 24.0.4 - helm.sh/chart: keycloak-operator-1.2.0 + helm.sh/chart: keycloak-operator-1.3.0 name: RELEASE-NAME-keycloak-operator-operator spec: ports: @@ -290,5 +290,5 @@ should match snapshot: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator app.kubernetes.io/version: 24.0.4 - helm.sh/chart: keycloak-operator-1.2.0 + helm.sh/chart: keycloak-operator-1.3.0 name: RELEASE-NAME-keycloak-operator diff --git a/charts/keycloak-operator/tests/__snapshot__/operand_test.yaml.snap b/charts/keycloak-operator/tests/__snapshot__/operand_test.yaml.snap index e4590e6b2..5742fe6c3 100644 --- a/charts/keycloak-operator/tests/__snapshot__/operand_test.yaml.snap +++ b/charts/keycloak-operator/tests/__snapshot__/operand_test.yaml.snap @@ -35,7 +35,7 @@ should match snapshot: labels: app.kubernetes.io/managed-by: Helm app.kubernetes.io/version: 24.0.4 - helm.sh/chart: keycloak-operator-1.2.0 + helm.sh/chart: keycloak-operator-1.3.0 name: RELEASE-NAME-keycloak-operator-test spec: keycloakCRName: keycloak