Skip to content

Commit

Permalink
Publishing Charts for version v7.2.0-11.dev-4
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Pipeline committed Aug 7, 2024
1 parent af53b21 commit 473c0c2
Show file tree
Hide file tree
Showing 9 changed files with 259 additions and 255 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-4
created: "2024-08-07T05:42:37.093421063Z"
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: ebb639b7bc12b1dd1560d2119c7f6e72696935f5ba14d5d64d264c4a13987e2a
name: kinetica-operators
type: application
urls:
- https://kineticadb.github.io/charts/7.2/kinetica-operators-72.0.11-dev.4.tgz
version: 72.0.11-dev.4
- apiVersion: v2
appVersion: v7.2.0-11.dev-3
created: "2024-07-31T11:50:43.049637932Z"
Expand Down Expand Up @@ -1321,4 +1343,4 @@ entries:
urls:
- https://kineticadb.github.io/charts/7.2/kinetica-operators-0.0.0.tgz
version: 0.0.0
generated: "2024-07-31T11:50:42.990915212Z"
generated: "2024-08-07T05:42:37.035344217Z"
Binary file added docs/kinetica-operators-72.0.11-dev.4.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.3
version: 72.0.11-dev.4

# 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-3"
appVersion: "v7.2.0-11.dev-4"
dependencies:
- name: openldap
- name: cert-manager
Expand Down
41 changes: 20 additions & 21 deletions kinetica-operators/charts/openldap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ replicaCount: 1
openldapNamespace: gpudb
# Define deployment strategy - IMPORTANT: use rollingUpdate: null when use Recreate strategy.
# It prevents from merging with existing map keys which are forbidden.
strategy: {}
strategy:
{}
# type: RollingUpdate
# rollingUpdate:
# maxSurge: 1
Expand All @@ -45,10 +46,10 @@ existingSecret: ""
# settings for enabling TLS
tls:
enabled: false
secret: "" # The name of a kubernetes.io/tls type secret to use for TLS
secret: "" # The name of a kubernetes.io/tls type secret to use for TLS
CA:
enabled: false
secret: "" # The name of a generic secret to use for custom CA certificate (ca.crt)
secret: "" # The name of a generic secret to use for custom CA certificate (ca.crt)
## Add additional labels to all resources
extraLabels: {}
## Add additional annotations to pods
Expand All @@ -57,7 +58,7 @@ service:
annotations: {}

ldapPort: 389
sslLdapPort: 636 # Only used if tls.enabled is true
sslLdapPort: 636 # Only used if tls.enabled is true
## List of IP addresses at which the service is available
## Ref: https://kubernetes.io/docs/user-guide/services/#external-ips
##
Expand All @@ -73,8 +74,7 @@ env:
LDAP_ORGANISATION: "Kinetica DB Inc"
LDAP_DOMAIN: "kinetica.com"
LDAP_TLS_ENFORCE: "false"
LDAPTLS_REQCERT: "never"
LDAP_SKIP_DEFAULT_TREE: "no"
LDAPTLS_REQCERT: "never"

# Default Passwords to use, stored as a secret. If unset, passwords are auto-generated.
# You can override these at install time with
Expand All @@ -84,8 +84,8 @@ env:

# Custom openldap configuration files used to override default settings
# customLdifFiles:
# 01-default-users.ldif: |-
# Predefine users here
# 01-default-users.ldif: |-
# Predefine users here

## Persist data to a persistent volume
persistence:
Expand All @@ -98,8 +98,9 @@ persistence:
## GKE, AWS & OpenStack)
##
# storageClass: "-"
accessMode: ReadWriteOnce
# existingClaim: ""
accessMode:
ReadWriteOnce
# existingClaim: ""
size: 1Mi
storageClass: "local-path"

Expand Down Expand Up @@ -131,16 +132,16 @@ startupProbe:
timeoutSeconds: 1
successThreshold: 1
failureThreshold: 30
initResources: {}
# requests:
# cpu: "100m"
# memory: "128Mi"
# limits:
# cpu: "100m"
# memory: "128Mi"
initResources:
{}
# requests:
# cpu: "100m"
# memory: "128Mi"
# limits:
# cpu: "100m"
# memory: "128Mi"

nodeSelector: {}


tolerations: []

Expand All @@ -167,7 +168,7 @@ initTLSSecret:
##
pullPolicy: IfNotPresent
# The name of a kubernetes.io/tls type secret to use for TLS
secret: ""
secret: ""
## init-tls-secret container's resource requests and limits
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
## @param initTlsSecret.resources.limits The resources limits for the init container
Expand All @@ -186,5 +187,3 @@ test:
image:
repository: dduportal/bats
tag: 0.4.0


51 changes: 24 additions & 27 deletions kinetica-operators/values.dedicatedSaasEks.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@

# environment refers to either of "onPrem" "saas" "marketPlace"
# "saas" "marketPlace" are used by Kinetica only
# for a customer trying to install the chart on his own wherever, it should be onPrem
environment: "saas"
# onPrem Providers: "k3s" "kind" "eks" "aks"
# onPrem Providers: "k3s" "kind" "eks" "aks"
# saas Providers: eks
# marketPlace Providers: aks eks
provider: eks
Expand All @@ -14,9 +13,9 @@ clusterName: "cluster-001"
clusterRegion: ""

kubeRbacProxy:
image:
repository: "quay.io/brancz/kube-rbac-proxy"
tag: "v0.14.2"
image:
repository: "quay.io/brancz/kube-rbac-proxy"
tag: "v0.14.2"

kubeStateMetrics:
install: true
Expand All @@ -35,7 +34,6 @@ fluentBit:
repository: "docker.io/fluent/fluent-bit"
tag: "2.2"


nodeSelector:
app.kinetica.com/pool: infra
tolerations: []
Expand All @@ -44,20 +42,20 @@ affinity: {}
certManager:
install: true
"cert-manager":
installCRDs: 'true'
installCRDs: "true"
namespace: kinetica-system
nodeSelector:
'app.kinetica.com/pool': 'infra'
"app.kinetica.com/pool": "infra"
webhook:
nodeSelector:
'app.kinetica.com/pool': 'infra'
"app.kinetica.com/pool": "infra"
cainjector:
nodeSelector:
'app.kinetica.com/pool': 'infra'
"app.kinetica.com/pool": "infra"
startupapicheck:
nodeSelector:
'app.kinetica.com/pool': 'infra'
"app.kinetica.com/pool": "infra"

ingressNginx:
install: true
"ingress-nginx":
Expand All @@ -74,9 +72,9 @@ ingressNginx:
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
"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
gpuOperator:
install: false
"gpu-operator":
Expand All @@ -94,31 +92,30 @@ openldap:
global:
ldapPort: 1389
initContainers:
- name: openldap-create-directory-structure
image: busybox
command:
[
"sh",
"-c",
"mkdir -p /bitnami/openldap/data && chown -R 1001:1001 /bitnami",
]
volumeMounts:
- name: openldap-create-directory-structure
image: busybox
command:
[
"sh",
"-c",
"mkdir -p /bitnami/openldap/data && chown -R 1001:1001 /bitnami",
]
volumeMounts:
- name: data
mountPath: /bitnami
env:
LDAP_BACKEND: "mdb"
LDAP_ORGANISATION: "Kinetica DB Inc."
LDAP_DOMAIN: "kinetica.com"
LDAP_LOG_LEVEL: "128"
LDAP_ENABLE_TLS: "no"

affinity: {}
podAntiAffinity: {}
nodeSelector:
'app.kinetica.com/pool': 'infra'
"app.kinetica.com/pool": "infra"
persistence:
enabled: true
existingClaim: ""
accessMode: "ReadWriteOnce"
size: "1Gi"
storageClass: "cluster-001-storageclass"

Loading

0 comments on commit 473c0c2

Please sign in to comment.