Skip to content

Commit

Permalink
Merge pull request #73 from holaplex/mpw/chart-cleanup
Browse files Browse the repository at this point in the history
remove hardcoded sheet name from annotation
  • Loading branch information
mpwsh authored May 10, 2023
2 parents eba1338 + ace348a commit a22e19e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/hub-credits/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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.3.0
version: 0.3.1

# 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
2 changes: 1 addition & 1 deletion charts/hub-credits/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
{{- include "hub-credits.labels" . | nindent 4 }}
annotations:
configmap.reloader.stakater.com/reload: "hub-credits-credit-sheet"
configmap.reloader.stakater.com/reload: {{ include "hub-credits.fullname" $ }}-credit-sheet
spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
Expand Down
2 changes: 1 addition & 1 deletion charts/hub-nfts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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.3.0
version: 0.3.1

# 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
2 changes: 1 addition & 1 deletion charts/hub-nfts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
{{- include "hub-nfts.labels" . | nindent 4 }}
annotations:
configmap.reloader.stakater.com/reload: "hub-credits-credit-sheet"
configmap.reloader.stakater.com/reload: {{ required "must provide credit sheet configmap name" .Values.creditSheetName }}
spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
Expand Down

0 comments on commit a22e19e

Please sign in to comment.