diff --git a/charts/u4a-component/Chart.lock b/charts/u4a-component/Chart.lock index 6034157..4848766 100644 --- a/charts/u4a-component/Chart.lock +++ b/charts/u4a-component/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: addon-component repository: "" - version: 0.1.1 + version: 0.1.2 - name: crds repository: "" version: 0.1.2 -digest: sha256:16596d7adae9ba1bb03848782dc6d66f5833db5f09dbda8592e2f135eeb372c7 -generated: "2023-12-18T08:59:38.976366745Z" +digest: sha256:e3e2e2c5997c15bcc63a87d81f27483253281c6efc7a692c05ad6c312507bdb5 +generated: "2024-02-20T16:26:45.632731+08:00" diff --git a/charts/u4a-component/Chart.yaml b/charts/u4a-component/Chart.yaml index 5067925..ab637ce 100644 --- a/charts/u4a-component/Chart.yaml +++ b/charts/u4a-component/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.0 +version: 0.2.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -25,7 +25,7 @@ appVersion: "0.2.0" dependencies: - name: addon-component - version: 0.1.1 + version: 0.1.2 condition: addon-component.enabled - name: crds version: 0.1.2 diff --git a/charts/u4a-component/charts/addon-component/Chart.yaml b/charts/u4a-component/charts/addon-component/Chart.yaml index bccb11f..a7a2dcf 100644 --- a/charts/u4a-component/charts/addon-component/Chart.yaml +++ b/charts/u4a-component/charts/addon-component/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.1 +version: 0.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/u4a-component/charts/addon-component/templates/kube-oidc-proxy/kube-oidc-proxy.yaml b/charts/u4a-component/charts/addon-component/templates/kube-oidc-proxy/kube-oidc-proxy.yaml index c286931..98b60ad 100644 --- a/charts/u4a-component/charts/addon-component/templates/kube-oidc-proxy/kube-oidc-proxy.yaml +++ b/charts/u4a-component/charts/addon-component/templates/kube-oidc-proxy/kube-oidc-proxy.yaml @@ -34,7 +34,7 @@ spec: tolerations: - operator: Exists containers: - - image: {{ .Values.tenantManagement.registryServer }}/{{ .Values.kubeOidcProxy.image }} + - image: {{ .Values.kubeOidcProxy.registryServer }}/{{ .Values.kubeOidcProxy.image }} ports: - containerPort: 443 - containerPort: 8088