Skip to content

Commit

Permalink
Publishing Charts for version v7.2.2-2.ga-3
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Pipeline committed Oct 15, 2024
1 parent d58c423 commit 0a58e43
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 61 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.2-2.ga-3
created: "2024-10-15T19:37:31.921954216Z"
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: 31c942c2ed8a5fe90e692184cbfa55a58ecac44354bf991cf4d526c009178a50
name: kinetica-operators
type: application
urls:
- https://kineticadb.github.io/charts/7.2/kinetica-operators-72.2.2.tgz
version: 72.2.2
- apiVersion: v2
appVersion: v7.2.2-2.rc-3
created: "2024-10-15T19:32:35.942119869Z"
Expand Down Expand Up @@ -1717,4 +1739,4 @@ entries:
urls:
- https://kineticadb.github.io/charts/7.2/kinetica-operators-0.0.0.tgz
version: 0.0.0
generated: "2024-10-15T19:32:35.886180412Z"
generated: "2024-10-15T19:37:31.872035885Z"
Binary file added docs/kinetica-operators-72.2.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.2.2-rc.3
version: 72.2.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.2-2.rc-3"
appVersion: "v7.2.2-2.ga-3"
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: "docker.io/kineticastagingcloud/workbench-operator"
tag: "v7.2.2-2.rc-3-operator"
repository: "docker.io/kinetica/workbench-operator"
tag: "v7.2.2-2.ga-3-operator"
digest: ""
dbOperator:
install: true
# optional: aadpodidbinding is required when environment is marketPlace and provider is aks
aadpodidbinding: ""
image:
repository: "docker.io/kineticastagingcloud/kinetica-k8s-operator"
tag: "v7.2.2-2.rc-3-operator"
repository: "docker.io/kinetica/kinetica-k8s-operator"
tag: "v7.2.2-2.ga-3-operator"
digest: ""
certManager:
install: true
Expand Down Expand Up @@ -148,7 +148,7 @@ openldap:
ldapPort: 1389
initContainers:
- name: openldap-create-directory-structure
image: "docker.io/kineticastagingcloud/busybox:v7.2.2-2.rc-3"
image: "docker.io/kinetica/busybox:v7.2.2-2.ga-3"
command:
[
"sh",
Expand Down Expand Up @@ -201,8 +201,8 @@ db:
publicKeyVersion: 1
hostManagerMonitor:
image:
repository: "docker.io/kineticastagingcloud/kinetica-k8s-monitor"
tag: "v7.2.2-2.rc-3"
repository: "docker.io/kinetica/kinetica-k8s-monitor"
tag: "v7.2.2-2.ga-3"
# 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: "docker.io/kineticastagingcloud/busybox"
tag: "v7.2.2-2.rc-3"
repository: "docker.io/kinetica/busybox"
tag: "v7.2.2-2.ga-3"
socat:
image:
repository: "docker.io/kineticastagingcloud/socat"
tag: "v7.2.2-2.rc-3"
repository: "docker.io/kinetica/socat"
tag: "v7.2.2-2.ga-3"
# stats:
# isEnabled: true
# alertManager:
# isEnabled: true
# image:
# repository: "docker.io/kineticastagingcloud/kagent"
# tag: "v7.2.2-2.rc-3"
# repository: "docker.io/kinetica/kagent"
# tag: "v7.2.2-2.ga-3"
# grafana:
# isEnabled: true
# image:
# repository: "docker.io/kineticastagingcloud/kagent"
# tag: "v7.2.2-2.rc-3"
# repository: "docker.io/kinetica/kagent"
# tag: "v7.2.2-2.ga-3"
# loki:
# isEnabled: true
# image:
# repository: "docker.io/kineticastagingcloud/kagent"
# tag: "v7.2.2-2.rc-3"
# repository: "docker.io/kinetica/kagent"
# tag: "v7.2.2-2.ga-3"
# prometheus:
# isEnabled: true
# image:
# repository: "docker.io/kineticastagingcloud/kagent"
# tag: "v7.2.2-2.rc-3"
# repository: "docker.io/kinetica/kagent"
# tag: "v7.2.2-2.ga-3"

gadmin:
isEnabled: true
Expand Down Expand Up @@ -279,17 +279,17 @@ db:
image:
cuda:
image:
repository: "docker.io/kineticastagingcloud/kinetica-k8s-cuda"
tag: "v7.2.2-2.rc-3"
repository: "docker.io/kinetica/kinetica-k8s-cuda"
tag: "v7.2.2-2.ga-3"
standard:
image:
# you should be able to use docker.io/kineticastagingcloud/kinetica-k8s-cpu:v7.2.2-2.rc-3 also
repository: "docker.io/kineticastagingcloud/kinetica-k8s-cpu-avx512"
tag: "v7.2.2-2.rc-3"
# you should be able to use docker.io/kinetica/kinetica-k8s-cpu:v7.2.2-2.ga-3 also
repository: "docker.io/kinetica/kinetica-k8s-cpu-avx512"
tag: "v7.2.2-2.ga-3"
metricsRegistryRepositoryTag:
image:
repository: "docker.io/kineticastagingcloud/fluent-bit"
tag: "v7.2.2-2.rc-3"
repository: "docker.io/kinetica/fluent-bit"
tag: "v7.2.2-2.ga-3"
config:
postgresProxy:
enablePostgresProxy: true
Expand Down Expand Up @@ -342,5 +342,5 @@ dbWorkbench:
useHttps: true
nodeSelector: {}
image:
repository: "docker.io/kineticastagingcloud/workbench"
tag: "v7.2.2-2.rc-3"
repository: "docker.io/kinetica/workbench"
tag: "v7.2.2-2.ga-3"
56 changes: 28 additions & 28 deletions kinetica-operators/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ fluentBit:
wbOperator:
install: true
image:
repository: "docker.io/kineticastagingcloud/workbench-operator"
tag: "v7.2.2-2.rc-3-operator"
repository: "docker.io/kinetica/workbench-operator"
tag: "v7.2.2-2.ga-3-operator"
digest: ""
dbOperator:
install: true
# optional: aadpodidbinding is required when environment is marketPlace and provider is aks
aadpodidbinding: ""
image:
repository: "docker.io/kineticastagingcloud/kinetica-k8s-operator"
tag: "v7.2.2-2.rc-3-operator"
repository: "docker.io/kinetica/kinetica-k8s-operator"
tag: "v7.2.2-2.ga-3-operator"
digest: ""

nodeSelector: {}
Expand Down Expand Up @@ -116,7 +116,7 @@ openldap:
tag: "2.6.7"
initContainers:
- name: openldap-create-directory-structure
image: "docker.io/kineticastagingcloud/busybox:v7.2.2-2.rc-3"
image: "docker.io/kinetica/busybox:v7.2.2-2.ga-3"
command:
[
"sh",
Expand Down Expand Up @@ -169,8 +169,8 @@ db:

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

image:
repository: "docker.io/kineticastagingcloud/workbench"
tag: "v7.2.2-2.rc-3"
repository: "docker.io/kinetica/workbench"
tag: "v7.2.2-2.ga-3"
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ extra:
homepage: https://www.kinetica.com
version:
provider: mike
kinetica_full_version: v7.2.2-1.ga-1
helm_chart_version: 72.2.1
kinetica_full_version: v7.2.2-2.ga-3
helm_chart_version: 72.2.2

watch:
- includes

0 comments on commit 0a58e43

Please sign in to comment.