Skip to content

Commit 223d3f5

Browse files
authored
bump to v1.1.9 of operator (#293)
* feat(manifests): update to latest * bump to v1.1.9 of operator
1 parent 4a87824 commit 223d3f5

File tree

5 files changed

+2943
-26
lines changed

5 files changed

+2943
-26
lines changed

charts/dragonfly-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: v1.1.8
18+
version: v1.1.9
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v1.1.8"
24+
appVersion: "v1.1.9"

config/crd/bases/dragonflydb.io_dragonflies.yaml

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ spec:
11991199
is Always
12001200
type: string
12011201
imagePullSecrets:
1202-
description: List of Secret resource containing access credentials to the registry. Required if the docker registry is private.
1202+
description: (Optional) imagePullSecrets to set to Dragonfly
12031203
items:
12041204
description: |-
12051205
LocalObjectReference contains enough information to let you locate the
@@ -1212,7 +1212,9 @@ spec:
12121212
This field is effectively required, but due to backwards compatibility is
12131213
allowed to be empty. Instances of this type with an empty value here are
12141214
almost certainly wrong.
1215+
TODO: Add other useful fields. apiVersion, kind, uid?
12151216
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
1217+
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
12161218
type: string
12171219
type: object
12181220
x-kubernetes-map-type: atomic
@@ -1453,25 +1455,6 @@ spec:
14531455
Cannot be updated.
14541456
More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
14551457
type: string
1456-
imagePullSecrets:
1457-
description: List of Secret resource containing access credentials to the registry. Required if the docker registry is private.
1458-
items:
1459-
description: |-
1460-
LocalObjectReference contains enough information to let you locate the
1461-
referenced object inside the same namespace.
1462-
properties:
1463-
name:
1464-
default: ""
1465-
description: |-
1466-
Name of the referent.
1467-
This field is effectively required, but due to backwards compatibility is
1468-
allowed to be empty. Instances of this type with an empty value here are
1469-
almost certainly wrong.
1470-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
1471-
type: string
1472-
type: object
1473-
x-kubernetes-map-type: atomic
1474-
type: array
14751458
lifecycle:
14761459
description: |-
14771460
Actions that the management system should take in response to container lifecycle events.

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: docker.dragonflydb.io/dragonflydb/operator
8-
newTag: v1.1.8
8+
newTag: v1.1.9

0 commit comments

Comments
 (0)