Skip to content

Commit

Permalink
Publishing Charts for version v7.2.0-11.dev-5
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Pipeline committed Aug 15, 2024
1 parent 473c0c2 commit 3beafd8
Show file tree
Hide file tree
Showing 9 changed files with 77 additions and 55 deletions.
24 changes: 23 additions & 1 deletion docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,28 @@ entries:
urls:
- https://kineticadb.github.io/charts/7.2/kinetica-operators-72.0.11-rc.2.tgz
version: 72.0.11-rc.2
- apiVersion: v2
appVersion: v7.2.0-11.dev-5
created: "2024-08-15T16:03:02.279099028Z"
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: e6b6a73faf006bb17773ff8950a6654ee1a7374038391c7e46fa83f2f5e82a0f
name: kinetica-operators
type: application
urls:
- https://kineticadb.github.io/charts/7.2/kinetica-operators-72.0.11-dev.5.tgz
version: 72.0.11-dev.5
- apiVersion: v2
appVersion: v7.2.0-11.dev-4
created: "2024-08-07T05:42:37.093421063Z"
Expand Down Expand Up @@ -1343,4 +1365,4 @@ entries:
urls:
- https://kineticadb.github.io/charts/7.2/kinetica-operators-0.0.0.tgz
version: 0.0.0
generated: "2024-08-07T05:42:37.035344217Z"
generated: "2024-08-15T16:03:02.240324375Z"
Binary file added docs/kinetica-operators-72.0.11-dev.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.11-dev.4
version: 72.0.11-dev.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-11.dev-4"
appVersion: "v7.2.0-11.dev-5"
dependencies:
- name: openldap
- name: cert-manager
Expand Down
2 changes: 2 additions & 0 deletions kinetica-operators/crds/database-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3923,6 +3923,8 @@ spec:
useManagedCredentials:
default: true
type: boolean
required:
- useManagedCredentials
type: object
ml:
default:
Expand Down
2 changes: 1 addition & 1 deletion kinetica-operators/templates/aks_dboperator_operator.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
annotations:
azure.workload.identity/client-id: '{{ .Values.dbOperator.AzureWorkloadIdentityClientID
azure.workload.identity/client-id: '{{ .Values.dbOperator.azureWorkloadIdentityClientId
}}'
name: kineticaoperator-kineticacluster-operator
namespace: kinetica-system
Expand Down
1 change: 1 addition & 0 deletions kinetica-operators/templates/database.db.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ spec:
{{- if eq .Values.db.gpudbCluster.config.tieredStorage.coldStorageTier.coldStorageType "azure_blob" }}
coldStorageAzure:
basePath: "gpudb/cold_storage/"
useManagedCredentials: {{ .Values.db.gpudbCluster.config.tieredStorage.coldStorageTier.coldStorageAzure.useManagedCredentials }}
containerName: {{ .Values.db.gpudbCluster.config.tieredStorage.coldStorageTier.coldStorageAzure.containerName }}
sasToken: {{ .Values.db.gpudbCluster.config.tieredStorage.coldStorageTier.coldStorageAzure.sasToken }}
storageAccountKey: {{ .Values.db.gpudbCluster.config.tieredStorage.coldStorageTier.coldStorageAzure.storageAccountKey }}
Expand Down
34 changes: 17 additions & 17 deletions kinetica-operators/values.marketPlace.aks.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-11.dev-4-operator"
tag: "v7.2.0-11.dev-5-operator"
digest: ""
dbOperator:
install: true
# optional: AzureWorkloadIdentityClientID is required when environment is marketPlace and provider is aks
AzureWorkloadIdentityClientID: ""
# optional: azureWorkloadIdentityClientId is required when environment is marketPlace and provider is aks
azureWorkloadIdentityClientId: ""
image:
repository: "kinetica.azurecr.io/dev/kinetica-k8s-operator"
tag: "v7.2.0-11.dev-4-operator"
tag: "v7.2.0-11.dev-5-operator"
digest: ""
certManager:
install: true
Expand Down Expand Up @@ -139,7 +139,7 @@ openldap:
ldapPort: 1389
initContainers:
- name: openldap-create-directory-structure
image: "kinetica.azurecr.io/dev/busybox:v7.2.0-11.dev-4"
image: "kinetica.azurecr.io/dev/busybox:v7.2.0-11.dev-5"
command:
[
"sh",
Expand Down Expand Up @@ -193,7 +193,7 @@ db:
hostManagerMonitor:
image:
repository: "kinetica.azurecr.io/dev/kinetica-k8s-monitor"
tag: "v7.2.0-11.dev-4"
tag: "v7.2.0-11.dev-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 @@ -215,33 +215,33 @@ db:
busybox:
image:
repository: "kinetica.azurecr.io/dev/busybox"
tag: "v7.2.0-11.dev-4"
tag: "v7.2.0-11.dev-5"
socat:
image:
repository: "kinetica.azurecr.io/dev/socat"
tag: "v7.2.0-11.dev-4"
tag: "v7.2.0-11.dev-5"
# stats:
# isEnabled: true
# alertManager:
# isEnabled: true
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-11.dev-4"
# tag: "v7.2.0-11.dev-5"
# grafana:
# isEnabled: true
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-11.dev-4"
# tag: "v7.2.0-11.dev-5"
# loki:
# isEnabled: true
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-11.dev-4"
# tag: "v7.2.0-11.dev-5"
# prometheus:
# isEnabled: true
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-11.dev-4"
# tag: "v7.2.0-11.dev-5"

gadmin:
isEnabled: true
Expand Down Expand Up @@ -271,16 +271,16 @@ db:
cuda:
image:
repository: "kinetica.azurecr.io/dev/kinetica-k8s-cuda"
tag: "v7.2.0-11.dev-4"
tag: "v7.2.0-11.dev-5"
standard:
image:
# you should be able to use kinetica.azurecr.io/dev/kinetica-k8s-cpu:v7.2.0-11.dev-4 also
# you should be able to use kinetica.azurecr.io/dev/kinetica-k8s-cpu:v7.2.0-11.dev-5 also
repository: "kinetica.azurecr.io/dev/kinetica-k8s-cpu-avx512"
tag: "v7.2.0-11.dev-4"
tag: "v7.2.0-11.dev-5"
metricsRegistryRepositoryTag:
image:
repository: "kinetica.azurecr.io/dev/fluent-bit"
tag: "v7.2.0-11.dev-4"
tag: "v7.2.0-11.dev-5"
config:
postgresProxy:
enablePostgresProxy: true
Expand Down Expand Up @@ -337,4 +337,4 @@ dbWorkbench:
enabled: true
image:
repository: "kinetica.azurecr.io/dev/workbench"
tag: "v7.2.0-11.dev-4"
tag: "v7.2.0-11.dev-5"
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-11.dev-4-operator"
tag: "v7.2.0-11.dev-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-11.dev-4-operator"
tag: "v7.2.0-11.dev-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-11.dev-4"
image: "kinetica.azurecr.io/dev/busybox:v7.2.0-11.dev-5"
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-11.dev-4"
tag: "v7.2.0-11.dev-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 @@ -224,33 +224,33 @@ db:
busybox:
image:
repository: "kinetica.azurecr.io/dev/busybox"
tag: "v7.2.0-11.dev-4"
tag: "v7.2.0-11.dev-5"
socat:
image:
repository: "kinetica.azurecr.io/dev/socat"
tag: "v7.2.0-11.dev-4"
tag: "v7.2.0-11.dev-5"
# stats:
# isEnabled: true
# alertManager:
# isEnabled: true
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-11.dev-4"
# tag: "v7.2.0-11.dev-5"
# grafana:
# isEnabled: true
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-11.dev-4"
# tag: "v7.2.0-11.dev-5"
# loki:
# isEnabled: true
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-11.dev-4"
# tag: "v7.2.0-11.dev-5"
# prometheus:
# isEnabled: true
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-11.dev-4"
# tag: "v7.2.0-11.dev-5"

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-11.dev-4"
tag: "v7.2.0-11.dev-5"
standard:
image:
# you should be able to use kinetica.azurecr.io/dev/kinetica-k8s-cpu:v7.2.0-11.dev-4 also
# you should be able to use kinetica.azurecr.io/dev/kinetica-k8s-cpu:v7.2.0-11.dev-5 also
repository: "kinetica.azurecr.io/dev/kinetica-k8s-cpu-avx512"
tag: "v7.2.0-11.dev-4"
tag: "v7.2.0-11.dev-5"
metricsRegistryRepositoryTag:
image:
repository: "kinetica.azurecr.io/dev/fluent-bit"
tag: "v7.2.0-11.dev-4"
tag: "v7.2.0-11.dev-5"
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-11.dev-4"
tag: "v7.2.0-11.dev-5"
35 changes: 16 additions & 19 deletions kinetica-operators/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ wbOperator:
install: true
image:
repository: "kinetica.azurecr.io/dev/workbench-operator"
tag: "v7.2.0-11.dev-4-operator"
tag: "v7.2.0-11.dev-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-11.dev-4-operator"
tag: "v7.2.0-11.dev-5-operator"
digest: ""

nodeSelector: {}
Expand Down Expand Up @@ -87,10 +87,7 @@ ingressNginx:
nodeSelector: {}
allowSnippetAnnotations: true
service:
annotations:
"service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout": 3600
"service.beta.kubernetes.io/aws-load-balancer-backend-protocol": tcp
"service.beta.kubernetes.io/aws-load-balancer-type": nlb
annotations: {}
admissionWebhooks:
enabled: true
patch:
Expand Down Expand Up @@ -119,7 +116,7 @@ openldap:
tag: "2.6.7"
initContainers:
- name: openldap-create-directory-structure
image: "kinetica.azurecr.io/dev/busybox:v7.2.0-11.dev-4"
image: "kinetica.azurecr.io/dev/busybox:v7.2.0-11.dev-5"
command:
[
"sh",
Expand Down Expand Up @@ -173,7 +170,7 @@ db:
hostManagerMonitor:
image:
repository: "kinetica.azurecr.io/dev/kinetica-k8s-monitor"
tag: "v7.2.0-11.dev-4"
tag: "v7.2.0-11.dev-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 @@ -195,33 +192,33 @@ db:
busybox:
image:
repository: "kinetica.azurecr.io/dev/busybox"
tag: "v7.2.0-11.dev-4"
tag: "v7.2.0-11.dev-5"
socat:
image:
repository: "kinetica.azurecr.io/dev/socat"
tag: "v7.2.0-11.dev-4"
tag: "v7.2.0-11.dev-5"
# stats:
# isEnabled: false
# alertManager:
# isEnabled: false
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-11.dev-4"
# tag: "v7.2.0-11.dev-5"
# grafana:
# isEnabled: false
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-11.dev-4"
# tag: "v7.2.0-11.dev-5"
# loki:
# isEnabled: false
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-11.dev-4"
# tag: "v7.2.0-11.dev-5"
# prometheus:
# isEnabled: false
# image:
# repository: "kinetica.azurecr.io/dev/kagent"
# tag: "v7.2.0-11.dev-4"
# tag: "v7.2.0-11.dev-5"
gadmin:
isEnabled: true
reveal:
Expand All @@ -247,16 +244,16 @@ db:
cuda:
image:
repository: "kinetica.azurecr.io/dev/kinetica-k8s-cuda"
tag: "v7.2.0-11.dev-4-amd64"
tag: "v7.2.0-11.dev-5-amd64"
standard:
image:
# you should be able to use kinetica.azurecr.io/dev/kinetica-k8s-cpu-avx512:v7.2.0-11.dev-4 also
# you should be able to use kinetica.azurecr.io/dev/kinetica-k8s-cpu-avx512:v7.2.0-11.dev-5 also
repository: "kinetica.azurecr.io/dev/kinetica-k8s-cpu"
tag: "v7.2.0-11.dev-4"
tag: "v7.2.0-11.dev-5"
metricsRegistryRepositoryTag:
image:
repository: "kinetica.azurecr.io/dev/fluent-bit"
tag: "v7.2.0-11.dev-4"
tag: "v7.2.0-11.dev-5"
config:
postgresProxy:
enablePostgresProxy: true
Expand Down Expand Up @@ -296,4 +293,4 @@ dbWorkbench:

image:
repository: "kinetica.azurecr.io/dev/workbench"
tag: "v7.2.0-11.dev-4"
tag: "v7.2.0-11.dev-5"

0 comments on commit 3beafd8

Please sign in to comment.