Skip to content

Commit

Permalink
fix: gs-datadir-sync - better naming for the deployment object (fixes #…
Browse files Browse the repository at this point in the history
…34) (#35)

* fix: gs-datadir-sync - better naming for the deployment object (fixes #34)

* chore: gs-datadir-sync - update chart version
  • Loading branch information
pmauduit authored Jan 28, 2025
1 parent 3ef459c commit c58f665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geoserver-datadir-sync/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.1.0
version: 1.1.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 geoserver-datadir-sync/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "geoserver-datadir-sync.fullname" . }}-sync-ssh-key
name: {{ include "geoserver-datadir-sync.fullname" . }}-depl
labels:
{{- include "geoserver-datadir-sync.labels" . | nindent 4 }}
spec:
Expand Down

0 comments on commit c58f665

Please sign in to comment.