Skip to content

Commit

Permalink
Merge pull request #13 from StackEng/wdekort/addreloadersupport
Browse files Browse the repository at this point in the history
[ASCN-227] Add support for Reloader in Kubernetes
  • Loading branch information
WouterDeKort authored Oct 25, 2024
2 parents f7f8fda + 416568f commit efeda64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/opserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 1.0.13
version: 1.0.14

# 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: 2 additions & 0 deletions charts/opserver/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: Deployment
metadata:
name: {{ .Release.Name }}
namespace: {{ .Release.Namespace }}
annotations:
reloader.stakater.com/auto: "true"
spec:
replicas: {{ .Values.replicaCount }}
selector:
Expand Down
2 changes: 1 addition & 1 deletion cnab/app/variables.GCP.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"environment": "dev",
"product": "pubplat",
"project": "opserver",
"releaseTag": "pr-12"
"releaseTag": "pr-13"
},
"runtime": {
"cd": false,
Expand Down

0 comments on commit efeda64

Please sign in to comment.