Skip to content

Commit

Permalink
operator helm for v0.1.5 release version was implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
DoodgeMatvey committed Jan 24, 2024
1 parent 31ad479 commit a133e9c
Show file tree
Hide file tree
Showing 10 changed files with 68 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/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: 0.1.8
version: 0.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: "0.1.4"
appVersion: "0.1.5"
3 changes: 3 additions & 0 deletions charts/operator/crds/clusters.instaclustr.com_cadences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ spec:
type: object
dataDiskSize:
type: string
enableAutomation:
type: boolean
nodeCPU:
format: int64
type: integer
Expand All @@ -159,6 +161,7 @@ spec:
required:
- cloudInitScriptRef
- dataDiskSize
- enableAutomation
- nodeCPU
- nodeMemory
- osDiskSize
Expand Down
3 changes: 3 additions & 0 deletions charts/operator/crds/clusters.instaclustr.com_cassandras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ spec:
type: object
dataDiskSize:
type: string
enableAutomation:
type: boolean
nodeCPU:
format: int64
type: integer
Expand All @@ -175,6 +177,7 @@ spec:
required:
- cloudInitScriptRef
- dataDiskSize
- enableAutomation
- nodeCPU
- nodeMemory
- osDiskSize
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ spec:
type: object
dataDiskSize:
type: string
enableAutomation:
type: boolean
nodeCPU:
format: int64
type: integer
Expand All @@ -213,6 +215,7 @@ spec:
required:
- cloudInitScriptRef
- dataDiskSize
- enableAutomation
- nodeCPU
- nodeMemory
- osDiskSize
Expand Down
3 changes: 3 additions & 0 deletions charts/operator/crds/clusters.instaclustr.com_kafkas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ spec:
type: object
dataDiskSize:
type: string
enableAutomation:
type: boolean
nodeCPU:
format: int64
type: integer
Expand All @@ -199,6 +201,7 @@ spec:
required:
- cloudInitScriptRef
- dataDiskSize
- enableAutomation
- nodeCPU
- nodeMemory
- osDiskSize
Expand Down
23 changes: 23 additions & 0 deletions charts/operator/crds/clusters.instaclustr.com_postgresqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,23 @@ spec:
type: array
description:
type: string
extensions:
description: PgExtensions defines desired state of extensions
items:
description: PgExtension defines desired state of an extension
properties:
enabled:
type: boolean
name:
type: string
required:
- enabled
- name
type: object
type: array
x-kubernetes-validations:
- message: extensions cannot be changed after it is set
rule: self == oldSelf
name:
description: Name [ 3 .. 32 ] characters.
type: string
Expand All @@ -147,6 +164,8 @@ spec:
type: object
dataDiskSize:
type: string
enableAutomation:
type: boolean
nodeCPU:
format: int64
type: integer
Expand All @@ -166,6 +185,7 @@ spec:
required:
- cloudInitScriptRef
- dataDiskSize
- enableAutomation
- nodeCPU
- nodeMemory
- osDiskSize
Expand Down Expand Up @@ -268,6 +288,9 @@ spec:
version:
type: string
type: object
x-kubernetes-validations:
- message: extensions cannot be changed after it is set
rule: has(self.extensions) == has(oldSelf.extensions)
status:
description: PgStatus defines the observed state of PostgreSQL
properties:
Expand Down
3 changes: 3 additions & 0 deletions charts/operator/crds/clusters.instaclustr.com_redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ spec:
type: object
dataDiskSize:
type: string
enableAutomation:
type: boolean
nodeCPU:
format: int64
type: integer
Expand All @@ -149,6 +151,7 @@ spec:
required:
- cloudInitScriptRef
- dataDiskSize
- enableAutomation
- nodeCPU
- nodeMemory
- osDiskSize
Expand Down
18 changes: 17 additions & 1 deletion charts/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ replicaCount: 1
image:
repository: icoperator/instaclustr-operator
pullPolicy: IfNotPresent
tag: v0.1.4
tag: v0.1.5

port: 8080

Expand Down Expand Up @@ -62,6 +62,14 @@ rbac:
verbs:
- create
- patch
- apiGroups:
- ""
resources:
- namespaces
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -121,6 +129,14 @@ rbac:
- patch
- update
- watch
- apiGroups:
- apps
resources:
- deployments
verbs:
- get
- list
- watch
- apiGroups:
- cdi.kubevirt.io
resources:
Expand Down
Binary file added docs/operator-0.1.9.tgz
Binary file not shown.
12 changes: 11 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
apiVersion: v1
entries:
operator:
- apiVersion: v2
appVersion: 0.1.5
created: "2024-01-24T21:36:22.736963958+02:00"
description: Operator helm chart
digest: 9b65ee99bf860b8ed793b0d031ae7d111f0815e6a8cae828da0d1f9b7742046d
name: operator
type: application
urls:
- https://instaclustr.github.io/operator-helm/docs/operator-0.1.9.tgz
version: 0.1.9
- apiVersion: v2
appVersion: 0.1.4
created: "2024-01-04T17:19:20.699027276+02:00"
Expand Down Expand Up @@ -91,4 +101,4 @@ entries:
urls:
- https://instaclustr.github.io/operator-helm/docs/operator-0.1.0.tgz
version: 0.1.0
generated: "2024-01-04T17:19:20.641856865+02:00"
generated: "2024-01-24T21:36:22.703613228+02:00"

0 comments on commit a133e9c

Please sign in to comment.