Skip to content

Commit

Permalink
Publishing Charts for version v7.2.0-11.dev-2
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Pipeline committed Jul 12, 2024
1 parent 2dc25c7 commit 70b0040
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 33 deletions.
24 changes: 23 additions & 1 deletion docs/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
apiVersion: v1
entries:
kinetica-operators:
- apiVersion: v2
appVersion: v7.2.0-11.dev-2
created: "2024-07-12T20:42:38.511174286Z"
dependencies:
- name: openldap
repository: ""
- condition: certManager.install
name: cert-manager
repository: ""
- condition: ingressNginx.install
name: ingress-nginx
repository: ""
- condition: gpuOperator.install
name: gpu-operator
repository: ""
description: A Helm chart for deploying Kinetica Operators
digest: 3a061569a73ab239ff32213f97f995af6a8169e6f295beda7bdd71a22d6bef76
name: kinetica-operators
type: application
urls:
- https://kineticadb.github.io/charts/7.2/kinetica-operators-72.0.11-dev.2.tgz
version: 72.0.11-dev.2
- apiVersion: v2
appVersion: v7.2.0-10.dev-8
created: "2024-07-11T20:53:07.093790784Z"
Expand Down Expand Up @@ -1211,4 +1233,4 @@ entries:
urls:
- https://kineticadb.github.io/charts/7.2/kinetica-operators-0.0.0.tgz
version: 0.0.0
generated: "2024-07-11T20:53:07.039387187Z"
generated: "2024-07-12T20:42:38.45146921Z"
Binary file added docs/kinetica-operators-72.0.11-dev.2.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions kinetica-operators/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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: 72.0.10-dev.8
version: 72.0.11-dev.2

# 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: "v7.2.0-10.dev-8"
appVersion: "v7.2.0-11.dev-2"
dependencies:
- name: openldap
- name: cert-manager
Expand Down
30 changes: 15 additions & 15 deletions kinetica-operators/values.marketPlace.eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ wbOperator:
install: true
image:
repository: "kinetica.azurecr.io/dev/workbench-operator"
tag: "v7.2.0-10.dev-8-operator"
tag: "v7.2.0-11.dev-2-operator"
digest: ""
dbOperator:
install: true
# optional: aadpodidbinding is required when environment is marketPlace and provider is aks
aadpodidbinding: ""
image:
repository: "kinetica.azurecr.io/dev/kinetica-k8s-operator"
tag: "v7.2.0-10.dev-8-operator"
tag: "v7.2.0-11.dev-2-operator"
digest: ""
certManager:
install: true
Expand Down Expand Up @@ -148,7 +148,7 @@ openldap:
ldapPort: 1389
initContainers:
- name: openldap-create-directory-structure
image: "kinetica.azurecr.io/dev/busybox:v7.2.0-10.dev-8"
image: "kinetica.azurecr.io/dev/busybox:v7.2.0-11.dev-2"
command:
[
'sh',
Expand Down Expand Up @@ -202,7 +202,7 @@ db:
hostManagerMonitor:
image:
repository: "kinetica.azurecr.io/dev/kinetica-k8s-monitor"
tag: "v7.2.0-10.dev-8"
tag: "v7.2.0-11.dev-2"
# you may use nginx if you want the operator to create the nginx records
# if you want to manage your own ingress controller/gateway api, provide "none"
# TODO: As of now, if you want the operator to create nginx records, do the following
Expand All @@ -224,33 +224,33 @@ db:
busybox:
image:
repository: "kinetica.azurecr.io/dev/busybox"
tag: "v7.2.0-10.dev-8"
tag: "v7.2.0-11.dev-2"
socat:
image:
repository: "kinetica.azurecr.io/dev/socat"
tag: "v7.2.0-10.dev-8"
tag: "v7.2.0-11.dev-2"
# stats:
# isEnabled: true
# alertManager:
# isEnabled: true
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-10.dev-8"
# tag: "v7.2.0-11.dev-2"
# grafana:
# isEnabled: true
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-10.dev-8"
# tag: "v7.2.0-11.dev-2"
# loki:
# isEnabled: true
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-10.dev-8"
# tag: "v7.2.0-11.dev-2"
# prometheus:
# isEnabled: true
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-10.dev-8"
# tag: "v7.2.0-11.dev-2"

gadmin:
isEnabled: true
Expand Down Expand Up @@ -280,16 +280,16 @@ db:
cuda:
image:
repository: "kinetica.azurecr.io/dev/kinetica-k8s-cuda"
tag: "v7.2.0-10.dev-8"
tag: "v7.2.0-11.dev-2"
standard:
image:
# you should be able to use kinetica.azurecr.io/dev/kinetica-k8s-cpu:v7.2.0-10.dev-8 also
# you should be able to use kinetica.azurecr.io/dev/kinetica-k8s-cpu:v7.2.0-11.dev-2 also
repository: "kinetica.azurecr.io/dev/kinetica-k8s-cpu-avx512"
tag: "v7.2.0-10.dev-8"
tag: "v7.2.0-11.dev-2"
metricsRegistryRepositoryTag:
image:
repository: "kinetica.azurecr.io/dev/fluent-bit"
tag: "v7.2.0-10.dev-8"
tag: "v7.2.0-11.dev-2"
config:
postgresProxy:
enablePostgresProxy: true
Expand Down Expand Up @@ -343,4 +343,4 @@ dbWorkbench:
nodeSelector: {}
image:
repository: "kinetica.azurecr.io/dev/workbench"
tag: "v7.2.0-10.dev-8"
tag: "v7.2.0-11.dev-2"
30 changes: 15 additions & 15 deletions kinetica-operators/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ wbOperator:
install: true
image:
repository: "kinetica.azurecr.io/dev/workbench-operator"
tag: "v7.2.0-10.dev-8-operator"
tag: "v7.2.0-11.dev-2-operator"
digest: ""
dbOperator:
install: true
# optional: aadpodidbinding is required when environment is marketPlace and provider is aks
aadpodidbinding: ""
image:
repository: "kinetica.azurecr.io/dev/kinetica-k8s-operator"
tag: "v7.2.0-10.dev-8-operator"
tag: "v7.2.0-11.dev-2-operator"
digest: ""

nodeSelector: {}
Expand Down Expand Up @@ -122,7 +122,7 @@ openldap:
tag: "2.6.7"
initContainers:
- name: openldap-create-directory-structure
image: "kinetica.azurecr.io/dev/busybox:v7.2.0-10.dev-8"
image: "kinetica.azurecr.io/dev/busybox:v7.2.0-11.dev-2"
command:
[
"sh",
Expand Down Expand Up @@ -177,7 +177,7 @@ db:
hostManagerMonitor:
image:
repository: "kinetica.azurecr.io/dev/kinetica-k8s-monitor"
tag: "v7.2.0-10.dev-8"
tag: "v7.2.0-11.dev-2"
# you may use nginx if you want the operator to create the nginx records
# if you want to manage your own ingress controller/gateway api, provide "none"
# TODO: As of now, if you want the operator to create nginx records, do the following
Expand All @@ -199,33 +199,33 @@ db:
busybox:
image:
repository: "kinetica.azurecr.io/dev/busybox"
tag: "v7.2.0-10.dev-8"
tag: "v7.2.0-11.dev-2"
socat:
image:
repository: "kinetica.azurecr.io/dev/socat"
tag: "v7.2.0-10.dev-8"
tag: "v7.2.0-11.dev-2"
# stats:
# isEnabled: false
# alertManager:
# isEnabled: false
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-10.dev-8"
# tag: "v7.2.0-11.dev-2"
# grafana:
# isEnabled: false
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-10.dev-8"
# tag: "v7.2.0-11.dev-2"
# loki:
# isEnabled: false
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-10.dev-8"
# tag: "v7.2.0-11.dev-2"
# prometheus:
# isEnabled: false
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-10.dev-8"
# tag: "v7.2.0-11.dev-2"
gadmin:
isEnabled: true
reveal:
Expand All @@ -251,16 +251,16 @@ db:
cuda:
image:
repository: "kinetica.azurecr.io/dev/kinetica-k8s-cuda"
tag: "v7.2.0-10.dev-8-amd64"
tag: "v7.2.0-11.dev-2-amd64"
standard:
image:
# you should be able to use kinetica.azurecr.io/dev/kinetica-k8s-cpu-avx512:v7.2.0-10.dev-8 also
# you should be able to use kinetica.azurecr.io/dev/kinetica-k8s-cpu-avx512:v7.2.0-11.dev-2 also
repository: "kinetica.azurecr.io/dev/kinetica-k8s-cpu"
tag: "v7.2.0-10.dev-8"
tag: "v7.2.0-11.dev-2"
metricsRegistryRepositoryTag:
image:
repository: "kinetica.azurecr.io/dev/fluent-bit"
tag: "v7.2.0-10.dev-8"
tag: "v7.2.0-11.dev-2"
config:
postgresProxy:
enablePostgresProxy: true
Expand Down Expand Up @@ -301,7 +301,7 @@ dbWorkbench:

image:
repository: "kinetica.azurecr.io/dev/workbench"
tag: "v7.2.0-10.dev-8"
tag: "v7.2.0-11.dev-2"



Expand Down

0 comments on commit 70b0040

Please sign in to comment.