Skip to content

Commit

Permalink
Merge pull request #9 from 7knot/feat/bump-app-version
Browse files Browse the repository at this point in the history
feat(panope): bump app version.
  • Loading branch information
mugioka authored Feb 5, 2022
2 parents 7624890 + 0716b08 commit 0a7c5b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/panope/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.3
version: 0.1.4

# 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: "v0.1.1"
appVersion: "v0.1.2"
3 changes: 2 additions & 1 deletion charts/panope/templates/agent/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
data:
SUBJECT: {{ required "Invalid value. Values.agent.configMap.subject is required!" .Values.agent.configMap.subject | quote }}
AGENT_SUBJECT: {{ required "Invalid value. Values.agent.configMap.agentSubject is required!" .Values.agent.configMap.agentSubject | quote }}
CONTROLLER_SUBJECT: {{ required "Invalid value. Values.agent.configMap.controllerSubject is required!" .Values.agent.configMap.controllerSubject | quote }}
NATS_URI: {{ required "Invalid value. Values.agent.configMap.natsUri is required!" .Values.agent.configMap.natsUri | quote }}
HEALTH_CHECK_PORT: {{ .Values.agent.configMap.healthCheckPort | quote }}
METRICS_PORT: {{ .Values.agent.configMap.metricsPort | quote }}
5 changes: 3 additions & 2 deletions charts/panope/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ agent:
# annotations to add to the config map
annotations: {}

subject: ""
natsUri: wss://nats.7knot.TBD
natsUri: "wss://nats.panope.net:443"
agentSubject:
controllerSubject:
healthCheckPort: "4444"
metricsPort: "2112"

Expand Down

0 comments on commit 0a7c5b8

Please sign in to comment.