Skip to content

Commit

Permalink
Merge pull request #163 from dayuy/main
Browse files Browse the repository at this point in the history
fix: Fix the configuration in u4a-component/kube-oidc-proxy.yaml
  • Loading branch information
bjwswang authored Feb 23, 2024
2 parents 1c6e60d + 4906284 commit 9617480
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/u4a-component/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions charts/u4a-component/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/u4a-component/charts/addon-component/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9617480

Please sign in to comment.