Skip to content

Commit

Permalink
fix: update service token validator for external callers (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjbodzo authored Nov 8, 2024
1 parent 3c41350 commit 90893f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/big-peer/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
version: 1.39.2-4b6e4e
- name: service-token-validator
repository: oci://quay.io/ditto-external
version: 0.1.1
version: 0.2.1
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.10.1
Expand All @@ -26,5 +26,5 @@ dependencies:
- name: dummy-auth-webhook
repository: oci://quay.io/ditto-external
version: 0.1.1
digest: sha256:9f6980558b50fdbc8c009e36e81bf2c80250496b0391c51d244c22e54c6506c1
generated: "2024-10-18T11:11:28.341290679-04:00"
digest: sha256:309471fa4086bc0c1fbd858f19fc192112b4449556380798a9fec0fa7529aef1
generated: "2024-11-08T14:52:35.674157723-05:00"
4 changes: 2 additions & 2 deletions charts/big-peer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ home: https://docs.ditto.live/
# 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.7
version: 0.1.8

# 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 Expand Up @@ -57,7 +57,7 @@ dependencies:
tags:
- hydra-subscription
- name: service-token-validator
version: "0.1.1"
version: "0.2.1"
repository: "oci://quay.io/ditto-external"
condition: service-token-validator.enabled
tags:
Expand Down

0 comments on commit 90893f4

Please sign in to comment.