Skip to content

Commit

Permalink
self-hosted-discovery v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenh committed Jan 9, 2025
1 parent d7d8669 commit 9ac226c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/discovery/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ version: 0.1.9
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.1.3"
appVersion: "0.1.4"

dependencies:
- name: aserto-lib
Expand Down
6 changes: 4 additions & 2 deletions charts/discovery/test/no-tls.values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
image:
tag: 0.1.4-9679fe1-amd64
tag: 0.1.4

imagePullSecrets:
- name: ghcr-creds

apiKey:
secretName: discovery-keys
Expand All @@ -9,7 +12,6 @@ apiKey:
rootDS:
address: "topaz.discovery-no-tls.svc.cluster.local:8282"
apiKey: " "
tenantID: ""
noTLS: true

registries:
Expand Down

0 comments on commit 9ac226c

Please sign in to comment.