Skip to content

Commit

Permalink
bump to v1.1.9 of operator (#293)
Browse files Browse the repository at this point in the history
* feat(manifests): update to latest

* bump to v1.1.9 of operator
  • Loading branch information
Pothulapati authored Feb 6, 2025
1 parent 4a87824 commit 223d3f5
Show file tree
Hide file tree
Showing 5 changed files with 2,943 additions and 26 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.8
version: v1.1.9

# 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.8"
appVersion: "v1.1.9"
23 changes: 3 additions & 20 deletions config/crd/bases/dragonflydb.io_dragonflies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ spec:
is Always
type: string
imagePullSecrets:
description: List of Secret resource containing access credentials to the registry. Required if the docker registry is private.
description: (Optional) imagePullSecrets to set to Dragonfly
items:
description: |-
LocalObjectReference contains enough information to let you locate the
Expand All @@ -1212,7 +1212,9 @@ spec:
This field is effectively required, but due to backwards compatibility is
allowed to be empty. Instances of this type with an empty value here are
almost certainly wrong.
TODO: Add other useful fields. apiVersion, kind, uid?
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
type: string
type: object
x-kubernetes-map-type: atomic
Expand Down Expand Up @@ -1453,25 +1455,6 @@ spec:
Cannot be updated.
More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
type: string
imagePullSecrets:
description: List of Secret resource containing access credentials to the registry. Required if the docker registry is private.
items:
description: |-
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
properties:
name:
default: ""
description: |-
Name of the referent.
This field is effectively required, but due to backwards compatibility is
allowed to be empty. Instances of this type with an empty value here are
almost certainly wrong.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
type: string
type: object
x-kubernetes-map-type: atomic
type: array
lifecycle:
description: |-
Actions that the management system should take in response to container lifecycle events.
Expand Down
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.8
newTag: v1.1.9
Loading

0 comments on commit 223d3f5

Please sign in to comment.