Skip to content

Commit

Permalink
post3
Browse files Browse the repository at this point in the history
  • Loading branch information
smarunich committed Jun 11, 2024
1 parent a415dbe commit 246ed61
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions sources/dogfood-tetrate-managementplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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: 1.9.1-post2
version: 1.9.1-post3

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.9.1-post2"
appVersion: "1.9.1-post3"

dependencies:
- name: managementplane
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: v1
kind: Secret
metadata:
name: dogfood-connection-details
type: Opaque
data:
organization: "{{ .Values.tetrate-managementplane.spec.organization | base64enc }}"
adminPassword: "{{ .Values.tetrate-managementplane.secrets.tsb.adminPassword | base64enc }}"

This file was deleted.

0 comments on commit 246ed61

Please sign in to comment.