Skip to content

Commit

Permalink
feat(version): release v1.1.8 of DF Operator (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pothulapati authored Nov 11, 2024
1 parent 179c802 commit ffd01cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/dragonfly-operator/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: v1.1.7
version: v1.1.8

# 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: "v1.1.7"
appVersion: "v1.1.8"
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: docker.dragonflydb.io/dragonflydb/operator
newTag: v1.1.7
newTag: v1.1.8
2 changes: 1 addition & 1 deletion manifests/dragonfly-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2100,7 +2100,7 @@ spec:
- --leader-elect
command:
- /manager
image: docker.dragonflydb.io/dragonflydb/operator:v1.1.7
image: docker.dragonflydb.io/dragonflydb/operator:v1.1.8
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit ffd01cb

Please sign in to comment.