We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9123c commit 6daacc9Copy full SHA for 6daacc9
2 files changed
charts/eoapi/Chart.yaml
@@ -57,6 +57,6 @@ dependencies:
57
repository: https://grafana.github.io/helm-charts
58
condition: observability.grafana.enabled
59
- name: stac-auth-proxy
60
- version: 1.0.2
+ version: 1.0.3
61
repository: oci://ghcr.io/developmentseed/stac-auth-proxy/charts
62
condition: stac-auth-proxy.enabled
charts/eoapi/values.yaml
@@ -461,7 +461,7 @@ stac:
461
stac-auth-proxy:
462
enabled: false
463
image:
464
- tag: "v0.11.1"
+ tag: "v1.0.3"
465
ingress:
466
enabled: false # Handled by main eoapi ingress
467
service:
0 commit comments