Skip to content

Commit

Permalink
Publishing Charts for version v7.2.0-9.rc-5
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Pipeline committed Jun 28, 2024
1 parent 7c06475 commit 3e6b767
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 59 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-9.rc-5
created: "2024-06-28T16:40:32.83294856Z"
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: 103a0f6aa9aa8a22eb7fd0a5831867c820b05aabf771bf652b3e041e09c2cd87
name: kinetica-operators
type: application
urls:
- https://kineticadb.github.io/charts/7.2/kinetica-operators-72.0.9-rc.5.tgz
version: 72.0.9-rc.5
- apiVersion: v2
appVersion: v7.2.0-9.dev-5
created: "2024-06-27T22:52:07.802684168Z"
Expand Down Expand Up @@ -1123,4 +1145,4 @@ entries:
urls:
- https://kineticadb.github.io/charts/7.2/kinetica-operators-0.0.0.tgz
version: 0.0.0
generated: "2024-06-27T22:52:07.744581539Z"
generated: "2024-06-28T16:40:32.777518234Z"
Binary file added docs/kinetica-operators-72.0.9-rc.5.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.9-dev.5
version: 72.0.9-rc.5

# 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-9.dev-5"
appVersion: "v7.2.0-9.rc-5"
dependencies:
- name: openldap
- name: cert-manager
Expand Down
56 changes: 28 additions & 28 deletions kinetica-operators/values.marketPlace.eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ nodeSelector:
wbOperator:
install: true
image:
repository: "kinetica.azurecr.io/dev/workbench-operator"
tag: "v7.2.0-9.dev-5-operator"
repository: "docker.io/kineticastagingcloud/workbench-operator"
tag: "v7.2.0-9.rc-5-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-9.dev-5-operator"
repository: "docker.io/kineticastagingcloud/kinetica-k8s-operator"
tag: "v7.2.0-9.rc-5-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-9.dev-5"
image: "docker.io/kineticastagingcloud/busybox:v7.2.0-9.rc-5"
command:
[
'sh',
Expand Down Expand Up @@ -201,8 +201,8 @@ db:
publicKeyVersion: 1
hostManagerMonitor:
image:
repository: "kinetica.azurecr.io/dev/kinetica-k8s-monitor"
tag: "v7.2.0-9.dev-5"
repository: "docker.io/kineticastagingcloud/kinetica-k8s-monitor"
tag: "v7.2.0-9.rc-5"
# 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 @@ -223,34 +223,34 @@ db:
supportingImages:
busybox:
image:
repository: "kinetica.azurecr.io/dev/busybox"
tag: "v7.2.0-9.dev-5"
repository: "docker.io/kineticastagingcloud/busybox"
tag: "v7.2.0-9.rc-5"
socat:
image:
repository: "kinetica.azurecr.io/dev/socat"
tag: "v7.2.0-9.dev-5"
repository: "docker.io/kineticastagingcloud/socat"
tag: "v7.2.0-9.rc-5"
# stats:
# isEnabled: true
# alertManager:
# isEnabled: true
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-9.dev-5"
# repository: "docker.io/kineticastagingcloud/kagent"
# tag: "v7.2.0-9.rc-5"
# grafana:
# isEnabled: true
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-9.dev-5"
# repository: "docker.io/kineticastagingcloud/kagent"
# tag: "v7.2.0-9.rc-5"
# loki:
# isEnabled: true
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-9.dev-5"
# repository: "docker.io/kineticastagingcloud/kagent"
# tag: "v7.2.0-9.rc-5"
# prometheus:
# isEnabled: true
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-9.dev-5"
# repository: "docker.io/kineticastagingcloud/kagent"
# tag: "v7.2.0-9.rc-5"

gadmin:
isEnabled: true
Expand Down Expand Up @@ -279,17 +279,17 @@ db:
image:
cuda:
image:
repository: "kinetica.azurecr.io/dev/kinetica-k8s-cuda"
tag: "v7.2.0-9.dev-5"
repository: "docker.io/kineticastagingcloud/kinetica-k8s-cuda"
tag: "v7.2.0-9.rc-5"
standard:
image:
# you should be able to use kinetica.azurecr.io/dev/kinetica-k8s-cpu:v7.2.0-9.dev-5 also
repository: "kinetica.azurecr.io/dev/kinetica-k8s-cpu-avx512"
tag: "v7.2.0-9.dev-5"
# you should be able to use docker.io/kineticastagingcloud/kinetica-k8s-cpu:v7.2.0-9.rc-5 also
repository: "docker.io/kineticastagingcloud/kinetica-k8s-cpu-avx512"
tag: "v7.2.0-9.rc-5"
metricsRegistryRepositoryTag:
image:
repository: "kinetica.azurecr.io/dev/fluent-bit"
tag: "v7.2.0-9.dev-5"
repository: "docker.io/kineticastagingcloud/fluent-bit"
tag: "v7.2.0-9.rc-5"
config:
postgresProxy:
enablePostgresProxy: true
Expand Down Expand Up @@ -342,5 +342,5 @@ dbWorkbench:
useHttps: true
nodeSelector: {}
image:
repository: "kinetica.azurecr.io/dev/workbench"
tag: "v7.2.0-9.dev-5"
repository: "docker.io/kineticastagingcloud/workbench"
tag: "v7.2.0-9.rc-5"
56 changes: 28 additions & 28 deletions kinetica-operators/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ fluentBit:
wbOperator:
install: true
image:
repository: "kinetica.azurecr.io/dev/workbench-operator"
tag: "v7.2.0-9.dev-5-operator"
repository: "docker.io/kineticastagingcloud/workbench-operator"
tag: "v7.2.0-9.rc-5-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-9.dev-5-operator"
repository: "docker.io/kineticastagingcloud/kinetica-k8s-operator"
tag: "v7.2.0-9.rc-5-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-9.dev-5"
image: "docker.io/kineticastagingcloud/busybox:v7.2.0-9.rc-5"
command:
[
"sh",
Expand Down Expand Up @@ -176,8 +176,8 @@ db:

hostManagerMonitor:
image:
repository: "kinetica.azurecr.io/dev/kinetica-k8s-monitor"
tag: "v7.2.0-9.dev-5"
repository: "docker.io/kineticastagingcloud/kinetica-k8s-monitor"
tag: "v7.2.0-9.rc-5"
# 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 @@ -198,34 +198,34 @@ db:
supportingImages:
busybox:
image:
repository: "kinetica.azurecr.io/dev/busybox"
tag: "v7.2.0-9.dev-5"
repository: "docker.io/kineticastagingcloud/busybox"
tag: "v7.2.0-9.rc-5"
socat:
image:
repository: "kinetica.azurecr.io/dev/socat"
tag: "v7.2.0-9.dev-5"
repository: "docker.io/kineticastagingcloud/socat"
tag: "v7.2.0-9.rc-5"
# stats:
# isEnabled: false
# alertManager:
# isEnabled: false
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-9.dev-5"
# repository: "docker.io/kineticastagingcloud/kagent"
# tag: "v7.2.0-9.rc-5"
# grafana:
# isEnabled: false
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-9.dev-5"
# repository: "docker.io/kineticastagingcloud/kagent"
# tag: "v7.2.0-9.rc-5"
# loki:
# isEnabled: false
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-9.dev-5"
# repository: "docker.io/kineticastagingcloud/kagent"
# tag: "v7.2.0-9.rc-5"
# prometheus:
# isEnabled: false
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-9.dev-5"
# repository: "docker.io/kineticastagingcloud/kagent"
# tag: "v7.2.0-9.rc-5"
gadmin:
isEnabled: true
reveal:
Expand All @@ -250,17 +250,17 @@ db:
image:
cuda:
image:
repository: "kinetica.azurecr.io/dev/kinetica-k8s-cuda"
tag: "v7.2.0-9.dev-5-amd64"
repository: "docker.io/kineticastagingcloud/kinetica-k8s-cuda"
tag: "v7.2.0-9.rc-5-amd64"
standard:
image:
# you should be able to use kinetica.azurecr.io/dev/kinetica-k8s-cpu-avx512:v7.2.0-9.dev-5 also
repository: "kinetica.azurecr.io/dev/kinetica-k8s-cpu"
tag: "v7.2.0-9.dev-5"
# you should be able to use docker.io/kineticastagingcloud/kinetica-k8s-cpu-avx512:v7.2.0-9.rc-5 also
repository: "docker.io/kineticastagingcloud/kinetica-k8s-cpu"
tag: "v7.2.0-9.rc-5"
metricsRegistryRepositoryTag:
image:
repository: "kinetica.azurecr.io/dev/fluent-bit"
tag: "v7.2.0-9.dev-5"
repository: "docker.io/kineticastagingcloud/fluent-bit"
tag: "v7.2.0-9.rc-5"
config:
postgresProxy:
enablePostgresProxy: true
Expand Down Expand Up @@ -300,8 +300,8 @@ dbWorkbench:
nodeSelector: {}

image:
repository: "kinetica.azurecr.io/dev/workbench"
tag: "v7.2.0-9.dev-5"
repository: "docker.io/kineticastagingcloud/workbench"
tag: "v7.2.0-9.rc-5"



Expand Down

0 comments on commit 3e6b767

Please sign in to comment.