From 240b0a2d69b6ecd65a0ced4935f46f711e556671 Mon Sep 17 00:00:00 2001 From: jaimegomez-source Date: Thu, 5 Mar 2026 10:24:42 -0500 Subject: [PATCH 1/5] new file: packs/kubewatch-3.5.0/README.md new file: packs/kubewatch-3.5.0/charts/kubewatch-3.5.0.tgz new file: packs/kubewatch-3.5.0/charts/kubewatch/.helmignore new file: packs/kubewatch-3.5.0/charts/kubewatch/Chart.lock new file: packs/kubewatch-3.5.0/charts/kubewatch/Chart.yaml new file: packs/kubewatch-3.5.0/charts/kubewatch/README.md new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/.helmignore new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/Chart.yaml new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/README.md new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_affinities.tpl new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_capabilities.tpl new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_errors.tpl new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_images.tpl new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_ingress.tpl new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_labels.tpl new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_names.tpl new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_secrets.tpl new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_storage.tpl new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_tplvalues.tpl new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_utils.tpl new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_warnings.tpl new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_cassandra.tpl new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_mariadb.tpl new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_mongodb.tpl new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_postgresql.tpl new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_redis.tpl new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_validations.tpl new file: packs/kubewatch-3.5.0/charts/kubewatch/charts/common/values.yaml new file: packs/kubewatch-3.5.0/charts/kubewatch/templates/NOTES.txt new file: packs/kubewatch-3.5.0/charts/kubewatch/templates/_helpers.tpl new file: packs/kubewatch-3.5.0/charts/kubewatch/templates/clusterrole.yaml new file: packs/kubewatch-3.5.0/charts/kubewatch/templates/clusterrolebinding.yaml new file: packs/kubewatch-3.5.0/charts/kubewatch/templates/configmap.yaml new file: packs/kubewatch-3.5.0/charts/kubewatch/templates/deployment.yaml new file: packs/kubewatch-3.5.0/charts/kubewatch/templates/extra-list.yaml new file: packs/kubewatch-3.5.0/charts/kubewatch/templates/serviceaccount.yaml new file: packs/kubewatch-3.5.0/charts/kubewatch/values.yaml new file: packs/kubewatch-3.5.0/logo.png new file: packs/kubewatch-3.5.0/pack.json new file: packs/kubewatch-3.5.0/values.yaml --- packs/kubewatch-3.5.0/README.md | 329 ++++++++++++ .../charts/kubewatch-3.5.0.tgz | Bin 0 -> 27092 bytes .../charts/kubewatch/.helmignore | 21 + .../charts/kubewatch/Chart.lock | 6 + .../charts/kubewatch/Chart.yaml | 26 + .../charts/kubewatch/README.md | 325 ++++++++++++ .../kubewatch/charts/common/.helmignore | 22 + .../charts/kubewatch/charts/common/Chart.yaml | 23 + .../charts/kubewatch/charts/common/README.md | 346 +++++++++++++ .../charts/common/templates/_affinities.tpl | 102 ++++ .../charts/common/templates/_capabilities.tpl | 128 +++++ .../charts/common/templates/_errors.tpl | 23 + .../charts/common/templates/_images.tpl | 75 +++ .../charts/common/templates/_ingress.tpl | 68 +++ .../charts/common/templates/_labels.tpl | 18 + .../charts/common/templates/_names.tpl | 63 +++ .../charts/common/templates/_secrets.tpl | 140 +++++ .../charts/common/templates/_storage.tpl | 23 + .../charts/common/templates/_tplvalues.tpl | 13 + .../charts/common/templates/_utils.tpl | 62 +++ .../charts/common/templates/_warnings.tpl | 14 + .../templates/validations/_cassandra.tpl | 72 +++ .../common/templates/validations/_mariadb.tpl | 103 ++++ .../common/templates/validations/_mongodb.tpl | 108 ++++ .../templates/validations/_postgresql.tpl | 129 +++++ .../common/templates/validations/_redis.tpl | 76 +++ .../templates/validations/_validations.tpl | 46 ++ .../kubewatch/charts/common/values.yaml | 5 + .../charts/kubewatch/templates/NOTES.txt | 11 + .../charts/kubewatch/templates/_helpers.tpl | 33 ++ .../kubewatch/templates/clusterrole.yaml | 84 +++ .../templates/clusterrolebinding.yaml | 22 + .../charts/kubewatch/templates/configmap.yaml | 51 ++ .../kubewatch/templates/deployment.yaml | 136 +++++ .../kubewatch/templates/extra-list.yaml | 4 + .../kubewatch/templates/serviceaccount.yaml | 21 + .../charts/kubewatch/values.yaml | 474 +++++++++++++++++ packs/kubewatch-3.5.0/logo.png | Bin 0 -> 22320 bytes packs/kubewatch-3.5.0/pack.json | 28 + packs/kubewatch-3.5.0/values.yaml | 490 ++++++++++++++++++ 40 files changed, 3720 insertions(+) create mode 100644 packs/kubewatch-3.5.0/README.md create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch-3.5.0.tgz create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/.helmignore create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/Chart.lock create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/Chart.yaml create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/README.md create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/.helmignore create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/Chart.yaml create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/README.md create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_affinities.tpl create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_capabilities.tpl create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_errors.tpl create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_images.tpl create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_ingress.tpl create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_labels.tpl create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_names.tpl create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_secrets.tpl create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_storage.tpl create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_tplvalues.tpl create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_utils.tpl create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_warnings.tpl create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_cassandra.tpl create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_mariadb.tpl create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_mongodb.tpl create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_postgresql.tpl create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_redis.tpl create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_validations.tpl create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/charts/common/values.yaml create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/templates/NOTES.txt create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/templates/_helpers.tpl create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/templates/clusterrole.yaml create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/templates/clusterrolebinding.yaml create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/templates/configmap.yaml create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/templates/deployment.yaml create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/templates/extra-list.yaml create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/templates/serviceaccount.yaml create mode 100644 packs/kubewatch-3.5.0/charts/kubewatch/values.yaml create mode 100644 packs/kubewatch-3.5.0/logo.png create mode 100644 packs/kubewatch-3.5.0/pack.json create mode 100644 packs/kubewatch-3.5.0/values.yaml diff --git a/packs/kubewatch-3.5.0/README.md b/packs/kubewatch-3.5.0/README.md new file mode 100644 index 00000000..45d8d9a8 --- /dev/null +++ b/packs/kubewatch-3.5.0/README.md @@ -0,0 +1,329 @@ + + +# Kubewatch packaged by Bitnami + +Kubewatch is a Kubernetes watcher that currently publishes notification to Slack. Run it in your k8s cluster, and you will get event notifications in a slack channel. + +[Overview of Kubewatch](https://github.com/bitnami-labs/kubewatch) + +## TL;DR + +```console +$ helm repo add robusta https://robusta-charts.storage.googleapis.com && helm repo update +$ helm install my-release robusta/kubewatch +``` + +## Introduction + +This chart bootstraps a kubewatch deployment on a [Kubernetes](https://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. + +## Prerequisites + +- Kubernetes 1.19+ +- Helm 3.2.0+ + +## Installing the Chart + +To install the chart with the release name `my-release`: + +```console +$ helm install my-release bitnami/kubewatch +``` + +The command deploys kubewatch on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation. + +## Uninstalling the Chart + +To uninstall/delete the `my-release` deployment: + +```console +$ helm delete my-release +``` + +The command removes all the Kubernetes components associated with the chart and deletes the release. + +## Parameters + +### Global parameters + +| Name | Description | Value | +| ------------------------- | ----------------------------------------------- | ----- | +| `global.imageRegistry` | Global Docker image registry | `""` | +| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` | + + +### Common parameters + +| Name | Description | Value | +| ------------------------ | --------------------------------------------------------------------------------------- | -------------- | +| `kubeVersion` | Force target Kubernetes version (using Helm capabilities if not set) | `""` | +| `nameOverride` | String to partially override common.names.fullname template | `""` | +| `fullnameOverride` | String to fully override common.names.fullname template | `""` | +| `commonLabels` | Labels to add to all deployed objects | `{}` | +| `commonAnnotations` | Annotations to add to all deployed objects | `{}` | +| `diagnosticMode.enabled` | Enable diagnostic mode (all probes will be disabled and the command will be overridden) | `false` | +| `diagnosticMode.command` | Command to override all containers in the the deployment(s)/statefulset(s) | `["sleep"]` | +| `diagnosticMode.args` | Args to override all containers in the the deployment(s)/statefulset(s) | `["infinity"]` | +| `extraDeploy` | Array of extra objects to deploy with the release | `[]` | + + +### Kubewatch parameters + +| Name | Description | Value | +| ---------------------------------------- | -------------------------------------------------------------------------------- | ---------------------- | +| `image.registry` | Kubewatch image registry | `docker.io` | +| `image.repository` | Kubewatch image repository | `bitnami/kubewatch` | +| `image.tag` | Kubewatch image tag (immutable tags are recommended) | `0.1.0-debian-10-r513` | +| `image.pullPolicy` | Kubewatch image pull policy | `IfNotPresent` | +| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | +| `hostAliases` | Add deployment host aliases | `[]` | +| `slack.enabled` | Enable Slack notifications | `true` | +| `slack.channel` | Slack channel to notify | `XXXX` | +| `slack.token` | Slack API token | `XXXX` | +| `hipchat.enabled` | Enable HipChat notifications | `false` | +| `hipchat.room` | HipChat room to notify | `""` | +| `hipchat.token` | HipChat token | `""` | +| `hipchat.url` | HipChat URL | `""` | +| `mattermost.enabled` | Enable Mattermost notifications | `false` | +| `mattermost.channel` | Mattermost channel to notify | `""` | +| `mattermost.url` | Mattermost URL | `""` | +| `mattermost.username` | Mattermost user to notify | `""` | +| `flock.enabled` | Enable Flock notifications | `false` | +| `flock.url` | Flock URL | `""` | +| `msteams.enabled` | Enable Microsoft Teams notifications | `false` | +| `msteams.webhookurl` | Microsoft Teams webhook URL | `""` | +| `webhook.enabled` | Enable Webhook notifications | `false` | +| `webhook.url` | Webhook URL | `""` | +| `smtp.enabled` | Enable SMTP (email) notifications | `false` | +| `smtp.to` | Destination email address (required) | `""` | +| `smtp.from` | Source email address (required) | `""` | +| `smtp.hello` | SMTP hello field (optional) | `""` | +| `smtp.smarthost` | SMTP server address (name:port) (required) | `""` | +| `smtp.subject` | Source email subject | `""` | +| `smtp.auth.username` | Username for LOGIN and PLAIN auth mech | `""` | +| `smtp.auth.password` | Password for LOGIN and PLAIN auth mech | `""` | +| `smtp.auth.secret` | Secret for CRAM-MD5 auth mech | `""` | +| `smtp.auth.identity` | Identity for PLAIN auth mech | `""` | +| `smtp.requireTLS` | Force STARTTLS. Set to `true` or `false` | `""` | +| `namespaceToWatch` | Namespace to watch, leave it empty for watching all | `""` | +| `resourcesToWatch.deployment` | Watch changes to Deployments | `true` | +| `resourcesToWatch.replicationcontroller` | Watch changes to ReplicationControllers | `false` | +| `resourcesToWatch.replicaset` | Watch changes to ReplicaSets | `false` | +| `resourcesToWatch.daemonset` | Watch changes to DaemonSets | `false` | +| `resourcesToWatch.services` | Watch changes to Services | `false` | +| `resourcesToWatch.pod` | Watch changes to Pods | `true` | +| `resourcesToWatch.job` | Watch changes to Jobs | `false` | +| `resourcesToWatch.persistentvolume` | Watch changes to PersistentVolumes | `false` | +| `command` | Override default container command (useful when using custom images) | `[]` | +| `args` | Override default container args (useful when using custom images) | `[]` | +| `lifecycleHooks` | for the Kubewatch container(s) to automate configuration before or after startup | `{}` | +| `extraEnvVars` | Extra environment variables to be set on Kubewatch container | `[]` | +| `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` | +| `extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` | + + +### Kubewatch deployment parameters + +| Name | Description | Value | +| --------------------------------------- | ----------------------------------------------------------------------------------------- | --------------- | +| `replicaCount` | Number of Kubewatch replicas to deploy | `1` | +| `podSecurityContext.enabled` | Enable Kubewatch containers' SecurityContext | `false` | +| `podSecurityContext.fsGroup` | Set Kubewatch containers' SecurityContext fsGroup | `""` | +| `containerSecurityContext.enabled` | Enable Kubewatch pods' Security Context | `false` | +| `containerSecurityContext.runAsUser` | Set Kubewatch pods' SecurityContext runAsUser | `""` | +| `containerSecurityContext.runAsNonRoot` | Set Kubewatch pods' SecurityContext runAsNonRoot | `""` | +| `resources.limits` | The resources limits for the Kubewatch container | `{}` | +| `resources.requests` | The requested resources for the Kubewatch container | `{}` | +| `startupProbe.enabled` | Enable startupProbe | `false` | +| `startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `10` | +| `startupProbe.periodSeconds` | Period seconds for startupProbe | `10` | +| `startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `1` | +| `startupProbe.failureThreshold` | Failure threshold for startupProbe | `3` | +| `startupProbe.successThreshold` | Success threshold for startupProbe | `1` | +| `livenessProbe.enabled` | Enable livenessProbe | `false` | +| `livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `10` | +| `livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` | +| `livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `1` | +| `livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `3` | +| `livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` | +| `readinessProbe.enabled` | Enable readinessProbe | `false` | +| `readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `10` | +| `readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` | +| `readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `1` | +| `readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `3` | +| `readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` | +| `customStartupProbe` | Override default startup probe | `{}` | +| `customLivenessProbe` | Override default liveness probe | `{}` | +| `customReadinessProbe` | Override default readiness probe | `{}` | +| `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` | +| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` | +| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` | +| `nodeAffinityPreset.key` | Node label key to match. Ignored if `affinity` is set. | `""` | +| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set. | `[]` | +| `affinity` | Affinity for pod assignment | `{}` | +| `nodeSelector` | Node labels for pod assignment | `{}` | +| `tolerations` | Tolerations for pod assignment | `[]` | +| `priorityClassName` | Controller priorityClassName | `""` | +| `schedulerName` | Name of the k8s scheduler (other than default) | `""` | +| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` | +| `podLabels` | Extra labels for Kubewatch pods | `{}` | +| `podAnnotations` | Annotations for Kubewatch pods | `{}` | +| `extraVolumes` | Optionally specify extra list of additional volumes for Kubewatch pods | `[]` | +| `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for Kubewatch container(s) | `[]` | +| `updateStrategy.type` | Deployment strategy type. | `RollingUpdate` | +| `initContainers` | Add additional init containers to the Kubewatch pods | `[]` | +| `sidecars` | Add additional sidecar containers to the Kubewatch pods | `[]` | + + +### RBAC parameters + +| Name | Description | Value | +| --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------- | +| `rbac.create` | Whether to create & use RBAC resources or not | `false` | +| `serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` | +| `serviceAccount.name` | Name of the service account to use. If not set and create is true, a name is generated using the fullname template. | `""` | +| `serviceAccount.automountServiceAccountToken` | Automount service account token for the server service account | `true` | +| `serviceAccount.annotations` | Annotations for service account. Evaluated as a template. Only used if `create` is `true`. | `{}` | + + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, + +```console +$ helm install my-release bitnami/kubewatch \ + --set=slack.channel="#bots",slack.token="XXXX-XXXX-XXXX" +``` + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, + +```console +$ helm install my-release -f values.yaml bitnami/kubewatch +``` + +> **Tip**: You can use the default [values.yaml](values.yaml) + +## Configuration and installation details + +### [Rolling VS Immutable tags](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/) + +It is strongly recommended to use immutable tags in a production environment. This ensures your deployment does not change automatically if the same tag is updated with a different image. + +Bitnami will release a new chart updating its containers if a new version of the main container, significant changes, or critical vulnerabilities exist. + +### Create a Slack bot + +Open [https://my.slack.com/services/new/bot](https://my.slack.com/services/new/bot) to create a new Slack bot. +The API token can be found on the edit page (it starts with `xoxb-`). + +Invite the Bot to your channel by typing `/join @name_of_your_bot` in the Slack message area. + +### Adding extra environment variables + +In case you want to add extra environment variables (useful for advanced operations like custom init scripts), you can use the `extraEnvVars` property. + +```yaml +extraEnvVars: + - name: LOG_LEVEL + value: debug +``` + +Alternatively, you can use a ConfigMap or a Secret with the environment variables. To do so, use the `extraEnvVarsCM` or the `extraEnvVarsSecret` values. + +### Sidecars and Init Containers + +If you have a need for additional containers to run within the same pod as the Kubewatch app (e.g. an additional metrics or logging exporter), you can do so via the `sidecars` config parameter. Simply define your container according to the Kubernetes container spec. + +```yaml +sidecars: + - name: your-image-name + image: your-image + imagePullPolicy: Always + ports: + - name: portname + containerPort: 1234 +``` + +Similarly, you can add extra init containers using the `initContainers` parameter. + +```yaml +initContainers: + - name: your-image-name + image: your-image + imagePullPolicy: Always + ports: + - name: portname + containerPort: 1234 +``` + +### Deploying extra resources + +There are cases where you may want to deploy extra objects, such a ConfigMap containing your app's configuration or some extra deployment with a micro service used by your app. For covering this case, the chart allows adding the full specification of other objects using the `extraDeploy` parameter. + +### Setting Pod's affinity + +This chart allows you to set your custom affinity using the `affinity` parameter. Find more information about Pod's affinity in the [kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity). + +As an alternative, you can use of the preset configurations for pod affinity, pod anti-affinity, and node affinity available at the [bitnami/common](https://github.com/bitnami/charts/tree/master/bitnami/common#affinities) chart. To do so, set the `podAffinityPreset`, `podAntiAffinityPreset`, or `nodeAffinityPreset` parameters. + +## Troubleshooting + +Find more information about how to deal with common errors related to Bitnami's Helm charts in [this troubleshooting guide](https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues). + +## Upgrading + +### To 3.0.0 + +- Chart labels were adapted to follow the [Helm charts standard labels](https://helm.sh/docs/chart_best_practices/labels/#standard-labels). +- This version also introduces `bitnami/common`, a [library chart](https://helm.sh/docs/topics/library_charts/#helm) as a dependency. More documentation about this new utility could be found [here](https://github.com/bitnami/charts/tree/master/bitnami/common#bitnami-common-library-chart). Please, make sure that you have updated the chart dependencies before executing any upgrade. + +Consequences: + +- Backwards compatibility is not guaranteed. To upgrade to `3.0.0`, install a new release of the Kubewatch chart. + +### To 2.0.0 + +[On November 13, 2020, Helm v2 support was formally finished](https://github.com/helm/charts#status-of-the-project), this major version is the result of the required changes applied to the Helm Chart to be able to incorporate the different features added in Helm v3 and to be consistent with the Helm project itself regarding the Helm v2 EOL. + +**What changes were introduced in this major version?** + +- Previous versions of this Helm Chart use `apiVersion: v1` (installable by both Helm 2 and 3), this Helm Chart was updated to `apiVersion: v2` (installable by Helm 3 only). [Here](https://helm.sh/docs/topics/charts/#the-apiversion-field) you can find more information about the `apiVersion` field. +- The different fields present in the *Chart.yaml* file has been ordered alphabetically in a homogeneous way for all the Bitnami Helm Charts + +**Considerations when upgrading to this version** + +- If you want to upgrade to this version from a previous one installed with Helm v3, you shouldn't face any issues +- If you want to upgrade to this version using Helm v2, this scenario is not supported as this version doesn't support Helm v2 anymore +- If you installed the previous version with Helm v2 and wants to upgrade to this version with Helm v3, please refer to the [official Helm documentation](https://helm.sh/docs/topics/v2_v3_migration/#migration-use-cases) about migrating from Helm v2 to v3 + +**Useful links** + +- https://docs.bitnami.com/tutorials/resolve-helm2-helm3-post-migration-issues/ +- https://helm.sh/docs/topics/v2_v3_migration/ +- https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3/ + +### To 1.0.0 + +Helm performs a lookup for the object based on its group (apps), version (v1), and kind (Deployment). Also known as its GroupVersionKind, or GVK. Changing the GVK is considered a compatibility breaker from Kubernetes' point of view, so you cannot "upgrade" those objects to the new GVK in-place. Earlier versions of Helm 3 did not perform the lookup correctly which has since been fixed to match the spec. + +In https://github.com/helm/charts/pull/17285 the `apiVersion` of the deployment resources was updated to `apps/v1` in tune with the api's deprecated, resulting in compatibility breakage. + +This major version signifies this change. + +## License + +Copyright © 2022 Bitnami + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +## References + +- https://github.com/robusta-dev/kubewatch diff --git a/packs/kubewatch-3.5.0/charts/kubewatch-3.5.0.tgz b/packs/kubewatch-3.5.0/charts/kubewatch-3.5.0.tgz new file mode 100644 index 0000000000000000000000000000000000000000..1f3cfcca15e04631fc0438eddfee67adbdae0f61 GIT binary patch literal 27092 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 + +# Kubewatch packaged by Bitnami + +Kubewatch is a Kubernetes watcher that currently publishes notification to Slack. Run it in your k8s cluster, and you will get event notifications in a slack channel. + +[Overview of Kubewatch](https://github.com/bitnami-labs/kubewatch) + +## TL;DR + +```console +$ helm repo add robusta https://robusta-charts.storage.googleapis.com && helm repo update +$ helm install my-release robusta/kubewatch +``` + +## Introduction + +This chart bootstraps a kubewatch deployment on a [Kubernetes](https://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. + +## Prerequisites + +- Kubernetes 1.19+ +- Helm 3.2.0+ + +## Installing the Chart + +To install the chart with the release name `my-release`: + +```console +$ helm install my-release bitnami/kubewatch +``` + +The command deploys kubewatch on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation. + +## Uninstalling the Chart + +To uninstall/delete the `my-release` deployment: + +```console +$ helm delete my-release +``` + +The command removes all the Kubernetes components associated with the chart and deletes the release. + +## Parameters + +### Global parameters + +| Name | Description | Value | +| ------------------------- | ----------------------------------------------- | ----- | +| `global.imageRegistry` | Global Docker image registry | `""` | +| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` | + + +### Common parameters + +| Name | Description | Value | +| ------------------------ | --------------------------------------------------------------------------------------- | -------------- | +| `kubeVersion` | Force target Kubernetes version (using Helm capabilities if not set) | `""` | +| `nameOverride` | String to partially override common.names.fullname template | `""` | +| `fullnameOverride` | String to fully override common.names.fullname template | `""` | +| `commonLabels` | Labels to add to all deployed objects | `{}` | +| `commonAnnotations` | Annotations to add to all deployed objects | `{}` | +| `diagnosticMode.enabled` | Enable diagnostic mode (all probes will be disabled and the command will be overridden) | `false` | +| `diagnosticMode.command` | Command to override all containers in the the deployment(s)/statefulset(s) | `["sleep"]` | +| `diagnosticMode.args` | Args to override all containers in the the deployment(s)/statefulset(s) | `["infinity"]` | +| `extraDeploy` | Array of extra objects to deploy with the release | `[]` | + + +### Kubewatch parameters + +| Name | Description | Value | +| ---------------------------------------- | -------------------------------------------------------------------------------- | ---------------------- | +| `image.registry` | Kubewatch image registry | `docker.io` | +| `image.repository` | Kubewatch image repository | `bitnami/kubewatch` | +| `image.tag` | Kubewatch image tag (immutable tags are recommended) | `0.1.0-debian-10-r513` | +| `image.pullPolicy` | Kubewatch image pull policy | `IfNotPresent` | +| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | +| `hostAliases` | Add deployment host aliases | `[]` | +| `slack.enabled` | Enable Slack notifications | `true` | +| `slack.channel` | Slack channel to notify | `XXXX` | +| `slack.token` | Slack API token | `XXXX` | +| `hipchat.enabled` | Enable HipChat notifications | `false` | +| `hipchat.room` | HipChat room to notify | `""` | +| `hipchat.token` | HipChat token | `""` | +| `hipchat.url` | HipChat URL | `""` | +| `mattermost.enabled` | Enable Mattermost notifications | `false` | +| `mattermost.channel` | Mattermost channel to notify | `""` | +| `mattermost.url` | Mattermost URL | `""` | +| `mattermost.username` | Mattermost user to notify | `""` | +| `flock.enabled` | Enable Flock notifications | `false` | +| `flock.url` | Flock URL | `""` | +| `msteams.enabled` | Enable Microsoft Teams notifications | `false` | +| `msteams.webhookurl` | Microsoft Teams webhook URL | `""` | +| `webhook.enabled` | Enable Webhook notifications | `false` | +| `webhook.url` | Webhook URL | `""` | +| `smtp.enabled` | Enable SMTP (email) notifications | `false` | +| `smtp.to` | Destination email address (required) | `""` | +| `smtp.from` | Source email address (required) | `""` | +| `smtp.hello` | SMTP hello field (optional) | `""` | +| `smtp.smarthost` | SMTP server address (name:port) (required) | `""` | +| `smtp.subject` | Source email subject | `""` | +| `smtp.auth.username` | Username for LOGIN and PLAIN auth mech | `""` | +| `smtp.auth.password` | Password for LOGIN and PLAIN auth mech | `""` | +| `smtp.auth.secret` | Secret for CRAM-MD5 auth mech | `""` | +| `smtp.auth.identity` | Identity for PLAIN auth mech | `""` | +| `smtp.requireTLS` | Force STARTTLS. Set to `true` or `false` | `""` | +| `namespaceToWatch` | Namespace to watch, leave it empty for watching all | `""` | +| `resourcesToWatch.deployment` | Watch changes to Deployments | `true` | +| `resourcesToWatch.replicationcontroller` | Watch changes to ReplicationControllers | `false` | +| `resourcesToWatch.replicaset` | Watch changes to ReplicaSets | `false` | +| `resourcesToWatch.daemonset` | Watch changes to DaemonSets | `false` | +| `resourcesToWatch.services` | Watch changes to Services | `false` | +| `resourcesToWatch.pod` | Watch changes to Pods | `true` | +| `resourcesToWatch.job` | Watch changes to Jobs | `false` | +| `resourcesToWatch.persistentvolume` | Watch changes to PersistentVolumes | `false` | +| `command` | Override default container command (useful when using custom images) | `[]` | +| `args` | Override default container args (useful when using custom images) | `[]` | +| `lifecycleHooks` | for the Kubewatch container(s) to automate configuration before or after startup | `{}` | +| `extraEnvVars` | Extra environment variables to be set on Kubewatch container | `[]` | +| `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` | +| `extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` | + + +### Kubewatch deployment parameters + +| Name | Description | Value | +| --------------------------------------- | ----------------------------------------------------------------------------------------- | --------------- | +| `replicaCount` | Number of Kubewatch replicas to deploy | `1` | +| `podSecurityContext.enabled` | Enable Kubewatch containers' SecurityContext | `false` | +| `podSecurityContext.fsGroup` | Set Kubewatch containers' SecurityContext fsGroup | `""` | +| `containerSecurityContext.enabled` | Enable Kubewatch pods' Security Context | `false` | +| `containerSecurityContext.runAsUser` | Set Kubewatch pods' SecurityContext runAsUser | `""` | +| `containerSecurityContext.runAsNonRoot` | Set Kubewatch pods' SecurityContext runAsNonRoot | `""` | +| `resources.limits` | The resources limits for the Kubewatch container | `{}` | +| `resources.requests` | The requested resources for the Kubewatch container | `{}` | +| `startupProbe.enabled` | Enable startupProbe | `false` | +| `startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `10` | +| `startupProbe.periodSeconds` | Period seconds for startupProbe | `10` | +| `startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `1` | +| `startupProbe.failureThreshold` | Failure threshold for startupProbe | `3` | +| `startupProbe.successThreshold` | Success threshold for startupProbe | `1` | +| `livenessProbe.enabled` | Enable livenessProbe | `false` | +| `livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `10` | +| `livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` | +| `livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `1` | +| `livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `3` | +| `livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` | +| `readinessProbe.enabled` | Enable readinessProbe | `false` | +| `readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `10` | +| `readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` | +| `readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `1` | +| `readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `3` | +| `readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` | +| `customStartupProbe` | Override default startup probe | `{}` | +| `customLivenessProbe` | Override default liveness probe | `{}` | +| `customReadinessProbe` | Override default readiness probe | `{}` | +| `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` | +| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` | +| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` | +| `nodeAffinityPreset.key` | Node label key to match. Ignored if `affinity` is set. | `""` | +| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set. | `[]` | +| `affinity` | Affinity for pod assignment | `{}` | +| `nodeSelector` | Node labels for pod assignment | `{}` | +| `tolerations` | Tolerations for pod assignment | `[]` | +| `priorityClassName` | Controller priorityClassName | `""` | +| `schedulerName` | Name of the k8s scheduler (other than default) | `""` | +| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` | +| `podLabels` | Extra labels for Kubewatch pods | `{}` | +| `podAnnotations` | Annotations for Kubewatch pods | `{}` | +| `extraVolumes` | Optionally specify extra list of additional volumes for Kubewatch pods | `[]` | +| `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for Kubewatch container(s) | `[]` | +| `updateStrategy.type` | Deployment strategy type. | `RollingUpdate` | +| `initContainers` | Add additional init containers to the Kubewatch pods | `[]` | +| `sidecars` | Add additional sidecar containers to the Kubewatch pods | `[]` | + + +### RBAC parameters + +| Name | Description | Value | +| --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------- | +| `rbac.create` | Whether to create & use RBAC resources or not | `false` | +| `serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` | +| `serviceAccount.name` | Name of the service account to use. If not set and create is true, a name is generated using the fullname template. | `""` | +| `serviceAccount.automountServiceAccountToken` | Automount service account token for the server service account | `true` | +| `serviceAccount.annotations` | Annotations for service account. Evaluated as a template. Only used if `create` is `true`. | `{}` | + + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, + +```console +$ helm install my-release bitnami/kubewatch \ + --set=slack.channel="#bots",slack.token="XXXX-XXXX-XXXX" +``` + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, + +```console +$ helm install my-release -f values.yaml bitnami/kubewatch +``` + +> **Tip**: You can use the default [values.yaml](values.yaml) + +## Configuration and installation details + +### [Rolling VS Immutable tags](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/) + +It is strongly recommended to use immutable tags in a production environment. This ensures your deployment does not change automatically if the same tag is updated with a different image. + +Bitnami will release a new chart updating its containers if a new version of the main container, significant changes, or critical vulnerabilities exist. + +### Create a Slack bot + +Open [https://my.slack.com/services/new/bot](https://my.slack.com/services/new/bot) to create a new Slack bot. +The API token can be found on the edit page (it starts with `xoxb-`). + +Invite the Bot to your channel by typing `/join @name_of_your_bot` in the Slack message area. + +### Adding extra environment variables + +In case you want to add extra environment variables (useful for advanced operations like custom init scripts), you can use the `extraEnvVars` property. + +```yaml +extraEnvVars: + - name: LOG_LEVEL + value: debug +``` + +Alternatively, you can use a ConfigMap or a Secret with the environment variables. To do so, use the `extraEnvVarsCM` or the `extraEnvVarsSecret` values. + +### Sidecars and Init Containers + +If you have a need for additional containers to run within the same pod as the Kubewatch app (e.g. an additional metrics or logging exporter), you can do so via the `sidecars` config parameter. Simply define your container according to the Kubernetes container spec. + +```yaml +sidecars: + - name: your-image-name + image: your-image + imagePullPolicy: Always + ports: + - name: portname + containerPort: 1234 +``` + +Similarly, you can add extra init containers using the `initContainers` parameter. + +```yaml +initContainers: + - name: your-image-name + image: your-image + imagePullPolicy: Always + ports: + - name: portname + containerPort: 1234 +``` + +### Deploying extra resources + +There are cases where you may want to deploy extra objects, such a ConfigMap containing your app's configuration or some extra deployment with a micro service used by your app. For covering this case, the chart allows adding the full specification of other objects using the `extraDeploy` parameter. + +### Setting Pod's affinity + +This chart allows you to set your custom affinity using the `affinity` parameter. Find more information about Pod's affinity in the [kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity). + +As an alternative, you can use of the preset configurations for pod affinity, pod anti-affinity, and node affinity available at the [bitnami/common](https://github.com/bitnami/charts/tree/master/bitnami/common#affinities) chart. To do so, set the `podAffinityPreset`, `podAntiAffinityPreset`, or `nodeAffinityPreset` parameters. + +## Troubleshooting + +Find more information about how to deal with common errors related to Bitnami's Helm charts in [this troubleshooting guide](https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues). + +## Upgrading + +### To 3.0.0 + +- Chart labels were adapted to follow the [Helm charts standard labels](https://helm.sh/docs/chart_best_practices/labels/#standard-labels). +- This version also introduces `bitnami/common`, a [library chart](https://helm.sh/docs/topics/library_charts/#helm) as a dependency. More documentation about this new utility could be found [here](https://github.com/bitnami/charts/tree/master/bitnami/common#bitnami-common-library-chart). Please, make sure that you have updated the chart dependencies before executing any upgrade. + +Consequences: + +- Backwards compatibility is not guaranteed. To upgrade to `3.0.0`, install a new release of the Kubewatch chart. + +### To 2.0.0 + +[On November 13, 2020, Helm v2 support was formally finished](https://github.com/helm/charts#status-of-the-project), this major version is the result of the required changes applied to the Helm Chart to be able to incorporate the different features added in Helm v3 and to be consistent with the Helm project itself regarding the Helm v2 EOL. + +**What changes were introduced in this major version?** + +- Previous versions of this Helm Chart use `apiVersion: v1` (installable by both Helm 2 and 3), this Helm Chart was updated to `apiVersion: v2` (installable by Helm 3 only). [Here](https://helm.sh/docs/topics/charts/#the-apiversion-field) you can find more information about the `apiVersion` field. +- The different fields present in the *Chart.yaml* file has been ordered alphabetically in a homogeneous way for all the Bitnami Helm Charts + +**Considerations when upgrading to this version** + +- If you want to upgrade to this version from a previous one installed with Helm v3, you shouldn't face any issues +- If you want to upgrade to this version using Helm v2, this scenario is not supported as this version doesn't support Helm v2 anymore +- If you installed the previous version with Helm v2 and wants to upgrade to this version with Helm v3, please refer to the [official Helm documentation](https://helm.sh/docs/topics/v2_v3_migration/#migration-use-cases) about migrating from Helm v2 to v3 + +**Useful links** + +- https://docs.bitnami.com/tutorials/resolve-helm2-helm3-post-migration-issues/ +- https://helm.sh/docs/topics/v2_v3_migration/ +- https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3/ + +### To 1.0.0 + +Helm performs a lookup for the object based on its group (apps), version (v1), and kind (Deployment). Also known as its GroupVersionKind, or GVK. Changing the GVK is considered a compatibility breaker from Kubernetes' point of view, so you cannot "upgrade" those objects to the new GVK in-place. Earlier versions of Helm 3 did not perform the lookup correctly which has since been fixed to match the spec. + +In https://github.com/helm/charts/pull/17285 the `apiVersion` of the deployment resources was updated to `apps/v1` in tune with the api's deprecated, resulting in compatibility breakage. + +This major version signifies this change. + +## License + +Copyright © 2022 Bitnami + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/.helmignore b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/.helmignore new file mode 100644 index 00000000..50af0317 --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/.helmignore @@ -0,0 +1,22 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/Chart.yaml b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/Chart.yaml new file mode 100644 index 00000000..ae5cd04c --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/Chart.yaml @@ -0,0 +1,23 @@ +annotations: + category: Infrastructure +apiVersion: v2 +appVersion: 1.12.0 +description: A Library Helm Chart for grouping common logic between bitnami charts. + This chart is not deployable by itself. +home: https://github.com/bitnami/charts/tree/master/bitnami/common +icon: https://bitnami.com/downloads/logos/bitnami-mark.png +keywords: +- common +- helper +- template +- function +- bitnami +maintainers: +- email: containers@bitnami.com + name: Bitnami +name: common +sources: +- https://github.com/bitnami/charts +- https://www.bitnami.com/ +type: library +version: 1.12.0 diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/README.md b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/README.md new file mode 100644 index 00000000..0b310144 --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/README.md @@ -0,0 +1,346 @@ +# Bitnami Common Library Chart + +A [Helm Library Chart](https://helm.sh/docs/topics/library_charts/#helm) for grouping common logic between bitnami charts. + +## TL;DR + +```yaml +dependencies: + - name: common + version: 1.x.x + repository: https://charts.bitnami.com/bitnami +``` + +```bash +$ helm dependency update +``` + +```yaml +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ include "common.names.fullname" . }} +data: + myvalue: "Hello World" +``` + +## Introduction + +This chart provides a common template helpers which can be used to develop new charts using [Helm](https://helm.sh) package manager. + +Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters. This Helm chart has been tested on top of [Bitnami Kubernetes Production Runtime](https://kubeprod.io/) (BKPR). Deploy BKPR to get automated TLS certificates, logging and monitoring for your applications. + +## Prerequisites + +- Kubernetes 1.19+ +- Helm 3.2.0+ + +## Parameters + +The following table lists the helpers available in the library which are scoped in different sections. + +### Affinities + +| Helper identifier | Description | Expected Input | +|-------------------------------|------------------------------------------------------|------------------------------------------------| +| `common.affinities.node.soft` | Return a soft nodeAffinity definition | `dict "key" "FOO" "values" (list "BAR" "BAZ")` | +| `common.affinities.node.hard` | Return a hard nodeAffinity definition | `dict "key" "FOO" "values" (list "BAR" "BAZ")` | +| `common.affinities.pod.soft` | Return a soft podAffinity/podAntiAffinity definition | `dict "component" "FOO" "context" $` | +| `common.affinities.pod.hard` | Return a hard podAffinity/podAntiAffinity definition | `dict "component" "FOO" "context" $` | + +### Capabilities + +| Helper identifier | Description | Expected Input | +|------------------------------------------------|------------------------------------------------------------------------------------------------|-------------------| +| `common.capabilities.kubeVersion` | Return the target Kubernetes version (using client default if .Values.kubeVersion is not set). | `.` Chart context | +| `common.capabilities.cronjob.apiVersion` | Return the appropriate apiVersion for cronjob. | `.` Chart context | +| `common.capabilities.deployment.apiVersion` | Return the appropriate apiVersion for deployment. | `.` Chart context | +| `common.capabilities.statefulset.apiVersion` | Return the appropriate apiVersion for statefulset. | `.` Chart context | +| `common.capabilities.ingress.apiVersion` | Return the appropriate apiVersion for ingress. | `.` Chart context | +| `common.capabilities.rbac.apiVersion` | Return the appropriate apiVersion for RBAC resources. | `.` Chart context | +| `common.capabilities.crd.apiVersion` | Return the appropriate apiVersion for CRDs. | `.` Chart context | +| `common.capabilities.policy.apiVersion` | Return the appropriate apiVersion for podsecuritypolicy. | `.` Chart context | +| `common.capabilities.networkPolicy.apiVersion` | Return the appropriate apiVersion for networkpolicy. | `.` Chart context | +| `common.capabilities.supportsHelmVersion` | Returns true if the used Helm version is 3.3+ | `.` Chart context | + +### Errors + +| Helper identifier | Description | Expected Input | +|-----------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------| +| `common.errors.upgrade.passwords.empty` | It will ensure required passwords are given when we are upgrading a chart. If `validationErrors` is not empty it will throw an error and will stop the upgrade action. | `dict "validationErrors" (list $validationError00 $validationError01) "context" $` | + +### Images + +| Helper identifier | Description | Expected Input | +|-----------------------------|------------------------------------------------------|---------------------------------------------------------------------------------------------------------| +| `common.images.image` | Return the proper and full image name | `dict "imageRoot" .Values.path.to.the.image "global" $`, see [ImageRoot](#imageroot) for the structure. | +| `common.images.pullSecrets` | Return the proper Docker Image Registry Secret Names (deprecated: use common.images.renderPullSecrets instead) | `dict "images" (list .Values.path.to.the.image1, .Values.path.to.the.image2) "global" .Values.global` | +| `common.images.renderPullSecrets` | Return the proper Docker Image Registry Secret Names (evaluates values as templates) | `dict "images" (list .Values.path.to.the.image1, .Values.path.to.the.image2) "context" $` | + +### Ingress + +| Helper identifier | Description | Expected Input | +|-------------------------------------------|-------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `common.ingress.backend` | Generate a proper Ingress backend entry depending on the API version | `dict "serviceName" "foo" "servicePort" "bar"`, see the [Ingress deprecation notice](https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/) for the syntax differences | +| `common.ingress.supportsPathType` | Prints "true" if the pathType field is supported | `.` Chart context | +| `common.ingress.supportsIngressClassname` | Prints "true" if the ingressClassname field is supported | `.` Chart context | +| `common.ingress.certManagerRequest` | Prints "true" if required cert-manager annotations for TLS signed certificates are set in the Ingress annotations | `dict "annotations" .Values.path.to.the.ingress.annotations` | + +### Labels + +| Helper identifier | Description | Expected Input | +|-----------------------------|-----------------------------------------------------------------------------|-------------------| +| `common.labels.standard` | Return Kubernetes standard labels | `.` Chart context | +| `common.labels.matchLabels` | Labels to use on `deploy.spec.selector.matchLabels` and `svc.spec.selector` | `.` Chart context | + +### Names + +| Helper identifier | Description | Expected Input | +|--------------------------|------------------------------------------------------------|-------------------| +| `common.names.name` | Expand the name of the chart or use `.Values.nameOverride` | `.` Chart context | +| `common.names.fullname` | Create a default fully qualified app name. | `.` Chart context | +| `common.names.namespace` | Allow the release namespace to be overridden | `.` Chart context | +| `common.names.chart` | Chart name plus version | `.` Chart context | + +### Secrets + +| Helper identifier | Description | Expected Input | +|---------------------------|--------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `common.secrets.name` | Generate the name of the secret. | `dict "existingSecret" .Values.path.to.the.existingSecret "defaultNameSuffix" "mySuffix" "context" $` see [ExistingSecret](#existingsecret) for the structure. | +| `common.secrets.key` | Generate secret key. | `dict "existingSecret" .Values.path.to.the.existingSecret "key" "keyName"` see [ExistingSecret](#existingsecret) for the structure. | +| `common.passwords.manage` | Generate secret password or retrieve one if already created. | `dict "secret" "secret-name" "key" "keyName" "providedValues" (list "path.to.password1" "path.to.password2") "length" 10 "strong" false "chartName" "chartName" "context" $`, length, strong and chartNAme fields are optional. | +| `common.secrets.exists` | Returns whether a previous generated secret already exists. | `dict "secret" "secret-name" "context" $` | + +### Storage + +| Helper identifier | Description | Expected Input | +|-------------------------------|---------------------------------------|---------------------------------------------------------------------------------------------------------------------| +| `common.storage.class` | Return the proper Storage Class | `dict "persistence" .Values.path.to.the.persistence "global" $`, see [Persistence](#persistence) for the structure. | + +### TplValues + +| Helper identifier | Description | Expected Input | +|---------------------------|----------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------| +| `common.tplvalues.render` | Renders a value that contains template | `dict "value" .Values.path.to.the.Value "context" $`, value is the value should rendered as template, context frequently is the chart context `$` or `.` | + +### Utils + +| Helper identifier | Description | Expected Input | +|--------------------------------|------------------------------------------------------------------------------------------|------------------------------------------------------------------------| +| `common.utils.fieldToEnvVar` | Build environment variable name given a field. | `dict "field" "my-password"` | +| `common.utils.secret.getvalue` | Print instructions to get a secret value. | `dict "secret" "secret-name" "field" "secret-value-field" "context" $` | +| `common.utils.getValueFromKey` | Gets a value from `.Values` object given its key path | `dict "key" "path.to.key" "context" $` | +| `common.utils.getKeyFromList` | Returns first `.Values` key with a defined value or first of the list if all non-defined | `dict "keys" (list "path.to.key1" "path.to.key2") "context" $` | + +### Validations + +| Helper identifier | Description | Expected Input | +|--------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `common.validations.values.single.empty` | Validate a value must not be empty. | `dict "valueKey" "path.to.value" "secret" "secret.name" "field" "my-password" "subchart" "subchart" "context" $` secret, field and subchart are optional. In case they are given, the helper will generate a how to get instruction. See [ValidateValue](#validatevalue) | +| `common.validations.values.multiple.empty` | Validate a multiple values must not be empty. It returns a shared error for all the values. | `dict "required" (list $validateValueConf00 $validateValueConf01) "context" $`. See [ValidateValue](#validatevalue) | +| `common.validations.values.mariadb.passwords` | This helper will ensure required password for MariaDB are not empty. It returns a shared error for all the values. | `dict "secret" "mariadb-secret" "subchart" "true" "context" $` subchart field is optional and could be true or false it depends on where you will use mariadb chart and the helper. | +| `common.validations.values.postgresql.passwords` | This helper will ensure required password for PostgreSQL are not empty. It returns a shared error for all the values. | `dict "secret" "postgresql-secret" "subchart" "true" "context" $` subchart field is optional and could be true or false it depends on where you will use postgresql chart and the helper. | +| `common.validations.values.redis.passwords` | This helper will ensure required password for Redis™ are not empty. It returns a shared error for all the values. | `dict "secret" "redis-secret" "subchart" "true" "context" $` subchart field is optional and could be true or false it depends on where you will use redis chart and the helper. | +| `common.validations.values.cassandra.passwords` | This helper will ensure required password for Cassandra are not empty. It returns a shared error for all the values. | `dict "secret" "cassandra-secret" "subchart" "true" "context" $` subchart field is optional and could be true or false it depends on where you will use cassandra chart and the helper. | +| `common.validations.values.mongodb.passwords` | This helper will ensure required password for MongoDB® are not empty. It returns a shared error for all the values. | `dict "secret" "mongodb-secret" "subchart" "true" "context" $` subchart field is optional and could be true or false it depends on where you will use mongodb chart and the helper. | + +### Warnings + +| Helper identifier | Description | Expected Input | +|------------------------------|----------------------------------|------------------------------------------------------------| +| `common.warnings.rollingTag` | Warning about using rolling tag. | `ImageRoot` see [ImageRoot](#imageroot) for the structure. | + +## Special input schemas + +### ImageRoot + +```yaml +registry: + type: string + description: Docker registry where the image is located + example: docker.io + +repository: + type: string + description: Repository and image name + example: bitnami/nginx + +tag: + type: string + description: image tag + example: 1.16.1-debian-10-r63 + +pullPolicy: + type: string + description: Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' + +pullSecrets: + type: array + items: + type: string + description: Optionally specify an array of imagePullSecrets (evaluated as templates). + +debug: + type: boolean + description: Set to true if you would like to see extra information on logs + example: false + +## An instance would be: +# registry: docker.io +# repository: bitnami/nginx +# tag: 1.16.1-debian-10-r63 +# pullPolicy: IfNotPresent +# debug: false +``` + +### Persistence + +```yaml +enabled: + type: boolean + description: Whether enable persistence. + example: true + +storageClass: + type: string + description: Ghost data Persistent Volume Storage Class, If set to "-", storageClassName: "" which disables dynamic provisioning. + example: "-" + +accessMode: + type: string + description: Access mode for the Persistent Volume Storage. + example: ReadWriteOnce + +size: + type: string + description: Size the Persistent Volume Storage. + example: 8Gi + +path: + type: string + description: Path to be persisted. + example: /bitnami + +## An instance would be: +# enabled: true +# storageClass: "-" +# accessMode: ReadWriteOnce +# size: 8Gi +# path: /bitnami +``` + +### ExistingSecret + +```yaml +name: + type: string + description: Name of the existing secret. + example: mySecret +keyMapping: + description: Mapping between the expected key name and the name of the key in the existing secret. + type: object + +## An instance would be: +# name: mySecret +# keyMapping: +# password: myPasswordKey +``` + +#### Example of use + +When we store sensitive data for a deployment in a secret, some times we want to give to users the possibility of using theirs existing secrets. + +```yaml +# templates/secret.yaml +--- +apiVersion: v1 +kind: Secret +metadata: + name: {{ include "common.names.fullname" . }} + labels: + app: {{ include "common.names.fullname" . }} +type: Opaque +data: + password: {{ .Values.password | b64enc | quote }} + +# templates/dpl.yaml +--- +... + env: + - name: PASSWORD + valueFrom: + secretKeyRef: + name: {{ include "common.secrets.name" (dict "existingSecret" .Values.existingSecret "context" $) }} + key: {{ include "common.secrets.key" (dict "existingSecret" .Values.existingSecret "key" "password") }} +... + +# values.yaml +--- +name: mySecret +keyMapping: + password: myPasswordKey +``` + +### ValidateValue + +#### NOTES.txt + +```console +{{- $validateValueConf00 := (dict "valueKey" "path.to.value00" "secret" "secretName" "field" "password-00") -}} +{{- $validateValueConf01 := (dict "valueKey" "path.to.value01" "secret" "secretName" "field" "password-01") -}} + +{{ include "common.validations.values.multiple.empty" (dict "required" (list $validateValueConf00 $validateValueConf01) "context" $) }} +``` + +If we force those values to be empty we will see some alerts + +```console +$ helm install test mychart --set path.to.value00="",path.to.value01="" + 'path.to.value00' must not be empty, please add '--set path.to.value00=$PASSWORD_00' to the command. To get the current value: + + export PASSWORD_00=$(kubectl get secret --namespace default secretName -o jsonpath="{.data.password-00}" | base64 --decode) + + 'path.to.value01' must not be empty, please add '--set path.to.value01=$PASSWORD_01' to the command. To get the current value: + + export PASSWORD_01=$(kubectl get secret --namespace default secretName -o jsonpath="{.data.password-01}" | base64 --decode) +``` + +## Upgrading + +### To 1.0.0 + +[On November 13, 2020, Helm v2 support was formally finished](https://github.com/helm/charts#status-of-the-project), this major version is the result of the required changes applied to the Helm Chart to be able to incorporate the different features added in Helm v3 and to be consistent with the Helm project itself regarding the Helm v2 EOL. + +**What changes were introduced in this major version?** + +- Previous versions of this Helm Chart use `apiVersion: v1` (installable by both Helm 2 and 3), this Helm Chart was updated to `apiVersion: v2` (installable by Helm 3 only). [Here](https://helm.sh/docs/topics/charts/#the-apiversion-field) you can find more information about the `apiVersion` field. +- Use `type: library`. [Here](https://v3.helm.sh/docs/faq/#library-chart-support) you can find more information. +- The different fields present in the *Chart.yaml* file has been ordered alphabetically in a homogeneous way for all the Bitnami Helm Charts + +**Considerations when upgrading to this version** + +- If you want to upgrade to this version from a previous one installed with Helm v3, you shouldn't face any issues +- If you want to upgrade to this version using Helm v2, this scenario is not supported as this version doesn't support Helm v2 anymore +- If you installed the previous version with Helm v2 and wants to upgrade to this version with Helm v3, please refer to the [official Helm documentation](https://helm.sh/docs/topics/v2_v3_migration/#migration-use-cases) about migrating from Helm v2 to v3 + +**Useful links** + +- https://docs.bitnami.com/tutorials/resolve-helm2-helm3-post-migration-issues/ +- https://helm.sh/docs/topics/v2_v3_migration/ +- https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3/ + +## License + +Copyright © 2022 Bitnami + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_affinities.tpl b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_affinities.tpl new file mode 100644 index 00000000..189ea403 --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_affinities.tpl @@ -0,0 +1,102 @@ +{{/* vim: set filetype=mustache: */}} + +{{/* +Return a soft nodeAffinity definition +{{ include "common.affinities.nodes.soft" (dict "key" "FOO" "values" (list "BAR" "BAZ")) -}} +*/}} +{{- define "common.affinities.nodes.soft" -}} +preferredDuringSchedulingIgnoredDuringExecution: + - preference: + matchExpressions: + - key: {{ .key }} + operator: In + values: + {{- range .values }} + - {{ . | quote }} + {{- end }} + weight: 1 +{{- end -}} + +{{/* +Return a hard nodeAffinity definition +{{ include "common.affinities.nodes.hard" (dict "key" "FOO" "values" (list "BAR" "BAZ")) -}} +*/}} +{{- define "common.affinities.nodes.hard" -}} +requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: {{ .key }} + operator: In + values: + {{- range .values }} + - {{ . | quote }} + {{- end }} +{{- end -}} + +{{/* +Return a nodeAffinity definition +{{ include "common.affinities.nodes" (dict "type" "soft" "key" "FOO" "values" (list "BAR" "BAZ")) -}} +*/}} +{{- define "common.affinities.nodes" -}} + {{- if eq .type "soft" }} + {{- include "common.affinities.nodes.soft" . -}} + {{- else if eq .type "hard" }} + {{- include "common.affinities.nodes.hard" . -}} + {{- end -}} +{{- end -}} + +{{/* +Return a soft podAffinity/podAntiAffinity definition +{{ include "common.affinities.pods.soft" (dict "component" "FOO" "extraMatchLabels" .Values.extraMatchLabels "context" $) -}} +*/}} +{{- define "common.affinities.pods.soft" -}} +{{- $component := default "" .component -}} +{{- $extraMatchLabels := default (dict) .extraMatchLabels -}} +preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchLabels: {{- (include "common.labels.matchLabels" .context) | nindent 10 }} + {{- if not (empty $component) }} + {{ printf "app.kubernetes.io/component: %s" $component }} + {{- end }} + {{- range $key, $value := $extraMatchLabels }} + {{ $key }}: {{ $value | quote }} + {{- end }} + namespaces: + - {{ .context.Release.Namespace | quote }} + topologyKey: kubernetes.io/hostname + weight: 1 +{{- end -}} + +{{/* +Return a hard podAffinity/podAntiAffinity definition +{{ include "common.affinities.pods.hard" (dict "component" "FOO" "extraMatchLabels" .Values.extraMatchLabels "context" $) -}} +*/}} +{{- define "common.affinities.pods.hard" -}} +{{- $component := default "" .component -}} +{{- $extraMatchLabels := default (dict) .extraMatchLabels -}} +requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchLabels: {{- (include "common.labels.matchLabels" .context) | nindent 8 }} + {{- if not (empty $component) }} + {{ printf "app.kubernetes.io/component: %s" $component }} + {{- end }} + {{- range $key, $value := $extraMatchLabels }} + {{ $key }}: {{ $value | quote }} + {{- end }} + namespaces: + - {{ .context.Release.Namespace | quote }} + topologyKey: kubernetes.io/hostname +{{- end -}} + +{{/* +Return a podAffinity/podAntiAffinity definition +{{ include "common.affinities.pods" (dict "type" "soft" "key" "FOO" "values" (list "BAR" "BAZ")) -}} +*/}} +{{- define "common.affinities.pods" -}} + {{- if eq .type "soft" }} + {{- include "common.affinities.pods.soft" . -}} + {{- else if eq .type "hard" }} + {{- include "common.affinities.pods.hard" . -}} + {{- end -}} +{{- end -}} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_capabilities.tpl b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_capabilities.tpl new file mode 100644 index 00000000..b94212bb --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_capabilities.tpl @@ -0,0 +1,128 @@ +{{/* vim: set filetype=mustache: */}} + +{{/* +Return the target Kubernetes version +*/}} +{{- define "common.capabilities.kubeVersion" -}} +{{- if .Values.global }} + {{- if .Values.global.kubeVersion }} + {{- .Values.global.kubeVersion -}} + {{- else }} + {{- default .Capabilities.KubeVersion.Version .Values.kubeVersion -}} + {{- end -}} +{{- else }} +{{- default .Capabilities.KubeVersion.Version .Values.kubeVersion -}} +{{- end -}} +{{- end -}} + +{{/* +Return the appropriate apiVersion for poddisruptionbudget. +*/}} +{{- define "common.capabilities.policy.apiVersion" -}} +{{- if semverCompare "<1.21-0" (include "common.capabilities.kubeVersion" .) -}} +{{- print "policy/v1beta1" -}} +{{- else -}} +{{- print "policy/v1" -}} +{{- end -}} +{{- end -}} + +{{/* +Return the appropriate apiVersion for networkpolicy. +*/}} +{{- define "common.capabilities.networkPolicy.apiVersion" -}} +{{- if semverCompare "<1.7-0" (include "common.capabilities.kubeVersion" .) -}} +{{- print "extensions/v1beta1" -}} +{{- else -}} +{{- print "networking.k8s.io/v1" -}} +{{- end -}} +{{- end -}} + +{{/* +Return the appropriate apiVersion for cronjob. +*/}} +{{- define "common.capabilities.cronjob.apiVersion" -}} +{{- if semverCompare "<1.21-0" (include "common.capabilities.kubeVersion" .) -}} +{{- print "batch/v1beta1" -}} +{{- else -}} +{{- print "batch/v1" -}} +{{- end -}} +{{- end -}} + +{{/* +Return the appropriate apiVersion for deployment. +*/}} +{{- define "common.capabilities.deployment.apiVersion" -}} +{{- if semverCompare "<1.14-0" (include "common.capabilities.kubeVersion" .) -}} +{{- print "extensions/v1beta1" -}} +{{- else -}} +{{- print "apps/v1" -}} +{{- end -}} +{{- end -}} + +{{/* +Return the appropriate apiVersion for statefulset. +*/}} +{{- define "common.capabilities.statefulset.apiVersion" -}} +{{- if semverCompare "<1.14-0" (include "common.capabilities.kubeVersion" .) -}} +{{- print "apps/v1beta1" -}} +{{- else -}} +{{- print "apps/v1" -}} +{{- end -}} +{{- end -}} + +{{/* +Return the appropriate apiVersion for ingress. +*/}} +{{- define "common.capabilities.ingress.apiVersion" -}} +{{- if .Values.ingress -}} +{{- if .Values.ingress.apiVersion -}} +{{- .Values.ingress.apiVersion -}} +{{- else if semverCompare "<1.14-0" (include "common.capabilities.kubeVersion" .) -}} +{{- print "extensions/v1beta1" -}} +{{- else if semverCompare "<1.19-0" (include "common.capabilities.kubeVersion" .) -}} +{{- print "networking.k8s.io/v1beta1" -}} +{{- else -}} +{{- print "networking.k8s.io/v1" -}} +{{- end }} +{{- else if semverCompare "<1.14-0" (include "common.capabilities.kubeVersion" .) -}} +{{- print "extensions/v1beta1" -}} +{{- else if semverCompare "<1.19-0" (include "common.capabilities.kubeVersion" .) -}} +{{- print "networking.k8s.io/v1beta1" -}} +{{- else -}} +{{- print "networking.k8s.io/v1" -}} +{{- end -}} +{{- end -}} + +{{/* +Return the appropriate apiVersion for RBAC resources. +*/}} +{{- define "common.capabilities.rbac.apiVersion" -}} +{{- if semverCompare "<1.17-0" (include "common.capabilities.kubeVersion" .) -}} +{{- print "rbac.authorization.k8s.io/v1beta1" -}} +{{- else -}} +{{- print "rbac.authorization.k8s.io/v1" -}} +{{- end -}} +{{- end -}} + +{{/* +Return the appropriate apiVersion for CRDs. +*/}} +{{- define "common.capabilities.crd.apiVersion" -}} +{{- if semverCompare "<1.19-0" (include "common.capabilities.kubeVersion" .) -}} +{{- print "apiextensions.k8s.io/v1beta1" -}} +{{- else -}} +{{- print "apiextensions.k8s.io/v1" -}} +{{- end -}} +{{- end -}} + +{{/* +Returns true if the used Helm version is 3.3+. +A way to check the used Helm version was not introduced until version 3.3.0 with .Capabilities.HelmVersion, which contains an additional "{}}" structure. +This check is introduced as a regexMatch instead of {{ if .Capabilities.HelmVersion }} because checking for the key HelmVersion in <3.3 results in a "interface not found" error. +**To be removed when the catalog's minimun Helm version is 3.3** +*/}} +{{- define "common.capabilities.supportsHelmVersion" -}} +{{- if regexMatch "{(v[0-9])*[^}]*}}$" (.Capabilities | toString ) }} + {{- true -}} +{{- end -}} +{{- end -}} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_errors.tpl b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_errors.tpl new file mode 100644 index 00000000..a79cc2e3 --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_errors.tpl @@ -0,0 +1,23 @@ +{{/* vim: set filetype=mustache: */}} +{{/* +Through error when upgrading using empty passwords values that must not be empty. + +Usage: +{{- $validationError00 := include "common.validations.values.single.empty" (dict "valueKey" "path.to.password00" "secret" "secretName" "field" "password-00") -}} +{{- $validationError01 := include "common.validations.values.single.empty" (dict "valueKey" "path.to.password01" "secret" "secretName" "field" "password-01") -}} +{{ include "common.errors.upgrade.passwords.empty" (dict "validationErrors" (list $validationError00 $validationError01) "context" $) }} + +Required password params: + - validationErrors - String - Required. List of validation strings to be return, if it is empty it won't throw error. + - context - Context - Required. Parent context. +*/}} +{{- define "common.errors.upgrade.passwords.empty" -}} + {{- $validationErrors := join "" .validationErrors -}} + {{- if and $validationErrors .context.Release.IsUpgrade -}} + {{- $errorString := "\nPASSWORDS ERROR: You must provide your current passwords when upgrading the release." -}} + {{- $errorString = print $errorString "\n Note that even after reinstallation, old credentials may be needed as they may be kept in persistent volume claims." -}} + {{- $errorString = print $errorString "\n Further information can be obtained at https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues/#credential-errors-while-upgrading-chart-releases" -}} + {{- $errorString = print $errorString "\n%s" -}} + {{- printf $errorString $validationErrors | fail -}} + {{- end -}} +{{- end -}} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_images.tpl b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_images.tpl new file mode 100644 index 00000000..42ffbc72 --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_images.tpl @@ -0,0 +1,75 @@ +{{/* vim: set filetype=mustache: */}} +{{/* +Return the proper image name +{{ include "common.images.image" ( dict "imageRoot" .Values.path.to.the.image "global" $) }} +*/}} +{{- define "common.images.image" -}} +{{- $registryName := .imageRoot.registry -}} +{{- $repositoryName := .imageRoot.repository -}} +{{- $tag := .imageRoot.tag | toString -}} +{{- if .global }} + {{- if .global.imageRegistry }} + {{- $registryName = .global.imageRegistry -}} + {{- end -}} +{{- end -}} +{{- if $registryName }} +{{- printf "%s/%s:%s" $registryName $repositoryName $tag -}} +{{- else -}} +{{- printf "%s:%s" $repositoryName $tag -}} +{{- end -}} +{{- end -}} + +{{/* +Return the proper Docker Image Registry Secret Names (deprecated: use common.images.renderPullSecrets instead) +{{ include "common.images.pullSecrets" ( dict "images" (list .Values.path.to.the.image1, .Values.path.to.the.image2) "global" .Values.global) }} +*/}} +{{- define "common.images.pullSecrets" -}} + {{- $pullSecrets := list }} + + {{- if .global }} + {{- range .global.imagePullSecrets -}} + {{- $pullSecrets = append $pullSecrets . -}} + {{- end -}} + {{- end -}} + + {{- range .images -}} + {{- range .pullSecrets -}} + {{- $pullSecrets = append $pullSecrets . -}} + {{- end -}} + {{- end -}} + + {{- if (not (empty $pullSecrets)) }} +imagePullSecrets: + {{- range $pullSecrets }} + - name: {{ . }} + {{- end }} + {{- end }} +{{- end -}} + +{{/* +Return the proper Docker Image Registry Secret Names evaluating values as templates +{{ include "common.images.renderPullSecrets" ( dict "images" (list .Values.path.to.the.image1, .Values.path.to.the.image2) "context" $) }} +*/}} +{{- define "common.images.renderPullSecrets" -}} + {{- $pullSecrets := list }} + {{- $context := .context }} + + {{- if $context.Values.global }} + {{- range $context.Values.global.imagePullSecrets -}} + {{- $pullSecrets = append $pullSecrets (include "common.tplvalues.render" (dict "value" . "context" $context)) -}} + {{- end -}} + {{- end -}} + + {{- range .images -}} + {{- range .pullSecrets -}} + {{- $pullSecrets = append $pullSecrets (include "common.tplvalues.render" (dict "value" . "context" $context)) -}} + {{- end -}} + {{- end -}} + + {{- if (not (empty $pullSecrets)) }} +imagePullSecrets: + {{- range $pullSecrets }} + - name: {{ . }} + {{- end }} + {{- end }} +{{- end -}} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_ingress.tpl b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_ingress.tpl new file mode 100644 index 00000000..8caf73a6 --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_ingress.tpl @@ -0,0 +1,68 @@ +{{/* vim: set filetype=mustache: */}} + +{{/* +Generate backend entry that is compatible with all Kubernetes API versions. + +Usage: +{{ include "common.ingress.backend" (dict "serviceName" "backendName" "servicePort" "backendPort" "context" $) }} + +Params: + - serviceName - String. Name of an existing service backend + - servicePort - String/Int. Port name (or number) of the service. It will be translated to different yaml depending if it is a string or an integer. + - context - Dict - Required. The context for the template evaluation. +*/}} +{{- define "common.ingress.backend" -}} +{{- $apiVersion := (include "common.capabilities.ingress.apiVersion" .context) -}} +{{- if or (eq $apiVersion "extensions/v1beta1") (eq $apiVersion "networking.k8s.io/v1beta1") -}} +serviceName: {{ .serviceName }} +servicePort: {{ .servicePort }} +{{- else -}} +service: + name: {{ .serviceName }} + port: + {{- if typeIs "string" .servicePort }} + name: {{ .servicePort }} + {{- else if or (typeIs "int" .servicePort) (typeIs "float64" .servicePort) }} + number: {{ .servicePort | int }} + {{- end }} +{{- end -}} +{{- end -}} + +{{/* +Print "true" if the API pathType field is supported +Usage: +{{ include "common.ingress.supportsPathType" . }} +*/}} +{{- define "common.ingress.supportsPathType" -}} +{{- if (semverCompare "<1.18-0" (include "common.capabilities.kubeVersion" .)) -}} +{{- print "false" -}} +{{- else -}} +{{- print "true" -}} +{{- end -}} +{{- end -}} + +{{/* +Returns true if the ingressClassname field is supported +Usage: +{{ include "common.ingress.supportsIngressClassname" . }} +*/}} +{{- define "common.ingress.supportsIngressClassname" -}} +{{- if semverCompare "<1.18-0" (include "common.capabilities.kubeVersion" .) -}} +{{- print "false" -}} +{{- else -}} +{{- print "true" -}} +{{- end -}} +{{- end -}} + +{{/* +Return true if cert-manager required annotations for TLS signed +certificates are set in the Ingress annotations +Ref: https://cert-manager.io/docs/usage/ingress/#supported-annotations +Usage: +{{ include "common.ingress.certManagerRequest" ( dict "annotations" .Values.path.to.the.ingress.annotations ) }} +*/}} +{{- define "common.ingress.certManagerRequest" -}} +{{ if or (hasKey .annotations "cert-manager.io/cluster-issuer") (hasKey .annotations "cert-manager.io/issuer") }} + {{- true -}} +{{- end -}} +{{- end -}} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_labels.tpl b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_labels.tpl new file mode 100644 index 00000000..252066c7 --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_labels.tpl @@ -0,0 +1,18 @@ +{{/* vim: set filetype=mustache: */}} +{{/* +Kubernetes standard labels +*/}} +{{- define "common.labels.standard" -}} +app.kubernetes.io/name: {{ include "common.names.name" . }} +helm.sh/chart: {{ include "common.names.chart" . }} +app.kubernetes.io/instance: {{ .Release.Name }} +app.kubernetes.io/managed-by: {{ .Release.Service }} +{{- end -}} + +{{/* +Labels to use on deploy.spec.selector.matchLabels and svc.spec.selector +*/}} +{{- define "common.labels.matchLabels" -}} +app.kubernetes.io/name: {{ include "common.names.name" . }} +app.kubernetes.io/instance: {{ .Release.Name }} +{{- end -}} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_names.tpl b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_names.tpl new file mode 100644 index 00000000..c8574d17 --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_names.tpl @@ -0,0 +1,63 @@ +{{/* vim: set filetype=mustache: */}} +{{/* +Expand the name of the chart. +*/}} +{{- define "common.names.name" -}} +{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}} +{{- end -}} + +{{/* +Create chart name and version as used by the chart label. +*/}} +{{- define "common.names.chart" -}} +{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" -}} +{{- end -}} + +{{/* +Create a default fully qualified app name. +We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). +If release name contains chart name it will be used as a full name. +*/}} +{{- define "common.names.fullname" -}} +{{- if .Values.fullnameOverride -}} +{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" -}} +{{- else -}} +{{- $name := default .Chart.Name .Values.nameOverride -}} +{{- if contains $name .Release.Name -}} +{{- .Release.Name | trunc 63 | trimSuffix "-" -}} +{{- else -}} +{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" -}} +{{- end -}} +{{- end -}} +{{- end -}} + +{{/* +Create a default fully qualified dependency name. +We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). +If release name contains chart name it will be used as a full name. +Usage: +{{ include "common.names.dependency.fullname" (dict "chartName" "dependency-chart-name" "chartValues" .Values.dependency-chart "context" $) }} +*/}} +{{- define "common.names.dependency.fullname" -}} +{{- if .chartValues.fullnameOverride -}} +{{- .chartValues.fullnameOverride | trunc 63 | trimSuffix "-" -}} +{{- else -}} +{{- $name := default .chartName .chartValues.nameOverride -}} +{{- if contains $name .context.Release.Name -}} +{{- .context.Release.Name | trunc 63 | trimSuffix "-" -}} +{{- else -}} +{{- printf "%s-%s" .context.Release.Name $name | trunc 63 | trimSuffix "-" -}} +{{- end -}} +{{- end -}} +{{- end -}} + +{{/* +Allow the release namespace to be overridden for multi-namespace deployments in combined charts. +*/}} +{{- define "common.names.namespace" -}} +{{- if .Values.namespaceOverride -}} +{{- .Values.namespaceOverride -}} +{{- else -}} +{{- .Release.Namespace -}} +{{- end -}} +{{- end -}} \ No newline at end of file diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_secrets.tpl b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_secrets.tpl new file mode 100644 index 00000000..a53fb44f --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_secrets.tpl @@ -0,0 +1,140 @@ +{{/* vim: set filetype=mustache: */}} +{{/* +Generate secret name. + +Usage: +{{ include "common.secrets.name" (dict "existingSecret" .Values.path.to.the.existingSecret "defaultNameSuffix" "mySuffix" "context" $) }} + +Params: + - existingSecret - ExistingSecret/String - Optional. The path to the existing secrets in the values.yaml given by the user + to be used instead of the default one. Allows for it to be of type String (just the secret name) for backwards compatibility. + +info: https://github.com/bitnami/charts/tree/master/bitnami/common#existingsecret + - defaultNameSuffix - String - Optional. It is used only if we have several secrets in the same deployment. + - context - Dict - Required. The context for the template evaluation. +*/}} +{{- define "common.secrets.name" -}} +{{- $name := (include "common.names.fullname" .context) -}} + +{{- if .defaultNameSuffix -}} +{{- $name = printf "%s-%s" $name .defaultNameSuffix | trunc 63 | trimSuffix "-" -}} +{{- end -}} + +{{- with .existingSecret -}} +{{- if not (typeIs "string" .) -}} +{{- with .name -}} +{{- $name = . -}} +{{- end -}} +{{- else -}} +{{- $name = . -}} +{{- end -}} +{{- end -}} + +{{- printf "%s" $name -}} +{{- end -}} + +{{/* +Generate secret key. + +Usage: +{{ include "common.secrets.key" (dict "existingSecret" .Values.path.to.the.existingSecret "key" "keyName") }} + +Params: + - existingSecret - ExistingSecret/String - Optional. The path to the existing secrets in the values.yaml given by the user + to be used instead of the default one. Allows for it to be of type String (just the secret name) for backwards compatibility. + +info: https://github.com/bitnami/charts/tree/master/bitnami/common#existingsecret + - key - String - Required. Name of the key in the secret. +*/}} +{{- define "common.secrets.key" -}} +{{- $key := .key -}} + +{{- if .existingSecret -}} + {{- if not (typeIs "string" .existingSecret) -}} + {{- if .existingSecret.keyMapping -}} + {{- $key = index .existingSecret.keyMapping $.key -}} + {{- end -}} + {{- end }} +{{- end -}} + +{{- printf "%s" $key -}} +{{- end -}} + +{{/* +Generate secret password or retrieve one if already created. + +Usage: +{{ include "common.secrets.passwords.manage" (dict "secret" "secret-name" "key" "keyName" "providedValues" (list "path.to.password1" "path.to.password2") "length" 10 "strong" false "chartName" "chartName" "context" $) }} + +Params: + - secret - String - Required - Name of the 'Secret' resource where the password is stored. + - key - String - Required - Name of the key in the secret. + - providedValues - List - Required - The path to the validating value in the values.yaml, e.g: "mysql.password". Will pick first parameter with a defined value. + - length - int - Optional - Length of the generated random password. + - strong - Boolean - Optional - Whether to add symbols to the generated random password. + - chartName - String - Optional - Name of the chart used when said chart is deployed as a subchart. + - context - Context - Required - Parent context. + +The order in which this function returns a secret password: + 1. Already existing 'Secret' resource + (If a 'Secret' resource is found under the name provided to the 'secret' parameter to this function and that 'Secret' resource contains a key with the name passed as the 'key' parameter to this function then the value of this existing secret password will be returned) + 2. Password provided via the values.yaml + (If one of the keys passed to the 'providedValues' parameter to this function is a valid path to a key in the values.yaml and has a value, the value of the first key with a value will be returned) + 3. Randomly generated secret password + (A new random secret password with the length specified in the 'length' parameter will be generated and returned) + +*/}} +{{- define "common.secrets.passwords.manage" -}} + +{{- $password := "" }} +{{- $subchart := "" }} +{{- $chartName := default "" .chartName }} +{{- $passwordLength := default 10 .length }} +{{- $providedPasswordKey := include "common.utils.getKeyFromList" (dict "keys" .providedValues "context" $.context) }} +{{- $providedPasswordValue := include "common.utils.getValueFromKey" (dict "key" $providedPasswordKey "context" $.context) }} +{{- $secretData := (lookup "v1" "Secret" $.context.Release.Namespace .secret).data }} +{{- if $secretData }} + {{- if hasKey $secretData .key }} + {{- $password = index $secretData .key }} + {{- else }} + {{- printf "\nPASSWORDS ERROR: The secret \"%s\" does not contain the key \"%s\"\n" .secret .key | fail -}} + {{- end -}} +{{- else if $providedPasswordValue }} + {{- $password = $providedPasswordValue | toString | b64enc | quote }} +{{- else }} + + {{- if .context.Values.enabled }} + {{- $subchart = $chartName }} + {{- end -}} + + {{- $requiredPassword := dict "valueKey" $providedPasswordKey "secret" .secret "field" .key "subchart" $subchart "context" $.context -}} + {{- $requiredPasswordError := include "common.validations.values.single.empty" $requiredPassword -}} + {{- $passwordValidationErrors := list $requiredPasswordError -}} + {{- include "common.errors.upgrade.passwords.empty" (dict "validationErrors" $passwordValidationErrors "context" $.context) -}} + + {{- if .strong }} + {{- $subStr := list (lower (randAlpha 1)) (randNumeric 1) (upper (randAlpha 1)) | join "_" }} + {{- $password = randAscii $passwordLength }} + {{- $password = regexReplaceAllLiteral "\\W" $password "@" | substr 5 $passwordLength }} + {{- $password = printf "%s%s" $subStr $password | toString | shuffle | b64enc | quote }} + {{- else }} + {{- $password = randAlphaNum $passwordLength | b64enc | quote }} + {{- end }} +{{- end -}} +{{- printf "%s" $password -}} +{{- end -}} + +{{/* +Returns whether a previous generated secret already exists + +Usage: +{{ include "common.secrets.exists" (dict "secret" "secret-name" "context" $) }} + +Params: + - secret - String - Required - Name of the 'Secret' resource where the password is stored. + - context - Context - Required - Parent context. +*/}} +{{- define "common.secrets.exists" -}} +{{- $secret := (lookup "v1" "Secret" $.context.Release.Namespace .secret) }} +{{- if $secret }} + {{- true -}} +{{- end -}} +{{- end -}} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_storage.tpl b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_storage.tpl new file mode 100644 index 00000000..60e2a844 --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_storage.tpl @@ -0,0 +1,23 @@ +{{/* vim: set filetype=mustache: */}} +{{/* +Return the proper Storage Class +{{ include "common.storage.class" ( dict "persistence" .Values.path.to.the.persistence "global" $) }} +*/}} +{{- define "common.storage.class" -}} + +{{- $storageClass := .persistence.storageClass -}} +{{- if .global -}} + {{- if .global.storageClass -}} + {{- $storageClass = .global.storageClass -}} + {{- end -}} +{{- end -}} + +{{- if $storageClass -}} + {{- if (eq "-" $storageClass) -}} + {{- printf "storageClassName: \"\"" -}} + {{- else }} + {{- printf "storageClassName: %s" $storageClass -}} + {{- end -}} +{{- end -}} + +{{- end -}} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_tplvalues.tpl b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_tplvalues.tpl new file mode 100644 index 00000000..2db16685 --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_tplvalues.tpl @@ -0,0 +1,13 @@ +{{/* vim: set filetype=mustache: */}} +{{/* +Renders a value that contains template. +Usage: +{{ include "common.tplvalues.render" ( dict "value" .Values.path.to.the.Value "context" $) }} +*/}} +{{- define "common.tplvalues.render" -}} + {{- if typeIs "string" .value }} + {{- tpl .value .context }} + {{- else }} + {{- tpl (.value | toYaml) .context }} + {{- end }} +{{- end -}} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_utils.tpl b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_utils.tpl new file mode 100644 index 00000000..ea083a24 --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_utils.tpl @@ -0,0 +1,62 @@ +{{/* vim: set filetype=mustache: */}} +{{/* +Print instructions to get a secret value. +Usage: +{{ include "common.utils.secret.getvalue" (dict "secret" "secret-name" "field" "secret-value-field" "context" $) }} +*/}} +{{- define "common.utils.secret.getvalue" -}} +{{- $varname := include "common.utils.fieldToEnvVar" . -}} +export {{ $varname }}=$(kubectl get secret --namespace {{ .context.Release.Namespace | quote }} {{ .secret }} -o jsonpath="{.data.{{ .field }}}" | base64 --decode) +{{- end -}} + +{{/* +Build env var name given a field +Usage: +{{ include "common.utils.fieldToEnvVar" dict "field" "my-password" }} +*/}} +{{- define "common.utils.fieldToEnvVar" -}} + {{- $fieldNameSplit := splitList "-" .field -}} + {{- $upperCaseFieldNameSplit := list -}} + + {{- range $fieldNameSplit -}} + {{- $upperCaseFieldNameSplit = append $upperCaseFieldNameSplit ( upper . ) -}} + {{- end -}} + + {{ join "_" $upperCaseFieldNameSplit }} +{{- end -}} + +{{/* +Gets a value from .Values given +Usage: +{{ include "common.utils.getValueFromKey" (dict "key" "path.to.key" "context" $) }} +*/}} +{{- define "common.utils.getValueFromKey" -}} +{{- $splitKey := splitList "." .key -}} +{{- $value := "" -}} +{{- $latestObj := $.context.Values -}} +{{- range $splitKey -}} + {{- if not $latestObj -}} + {{- printf "please review the entire path of '%s' exists in values" $.key | fail -}} + {{- end -}} + {{- $value = ( index $latestObj . ) -}} + {{- $latestObj = $value -}} +{{- end -}} +{{- printf "%v" (default "" $value) -}} +{{- end -}} + +{{/* +Returns first .Values key with a defined value or first of the list if all non-defined +Usage: +{{ include "common.utils.getKeyFromList" (dict "keys" (list "path.to.key1" "path.to.key2") "context" $) }} +*/}} +{{- define "common.utils.getKeyFromList" -}} +{{- $key := first .keys -}} +{{- $reverseKeys := reverse .keys }} +{{- range $reverseKeys }} + {{- $value := include "common.utils.getValueFromKey" (dict "key" . "context" $.context ) }} + {{- if $value -}} + {{- $key = . }} + {{- end -}} +{{- end -}} +{{- printf "%s" $key -}} +{{- end -}} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_warnings.tpl b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_warnings.tpl new file mode 100644 index 00000000..ae10fa41 --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/_warnings.tpl @@ -0,0 +1,14 @@ +{{/* vim: set filetype=mustache: */}} +{{/* +Warning about using rolling tag. +Usage: +{{ include "common.warnings.rollingTag" .Values.path.to.the.imageRoot }} +*/}} +{{- define "common.warnings.rollingTag" -}} + +{{- if and (contains "bitnami/" .repository) (not (.tag | toString | regexFind "-r\\d+$|sha256:")) }} +WARNING: Rolling tag detected ({{ .repository }}:{{ .tag }}), please note that it is strongly recommended to avoid using rolling tags in a production environment. ++info https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/ +{{- end }} + +{{- end -}} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_cassandra.tpl b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_cassandra.tpl new file mode 100644 index 00000000..ded1ae3b --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_cassandra.tpl @@ -0,0 +1,72 @@ +{{/* vim: set filetype=mustache: */}} +{{/* +Validate Cassandra required passwords are not empty. + +Usage: +{{ include "common.validations.values.cassandra.passwords" (dict "secret" "secretName" "subchart" false "context" $) }} +Params: + - secret - String - Required. Name of the secret where Cassandra values are stored, e.g: "cassandra-passwords-secret" + - subchart - Boolean - Optional. Whether Cassandra is used as subchart or not. Default: false +*/}} +{{- define "common.validations.values.cassandra.passwords" -}} + {{- $existingSecret := include "common.cassandra.values.existingSecret" . -}} + {{- $enabled := include "common.cassandra.values.enabled" . -}} + {{- $dbUserPrefix := include "common.cassandra.values.key.dbUser" . -}} + {{- $valueKeyPassword := printf "%s.password" $dbUserPrefix -}} + + {{- if and (or (not $existingSecret) (eq $existingSecret "\"\"")) (eq $enabled "true") -}} + {{- $requiredPasswords := list -}} + + {{- $requiredPassword := dict "valueKey" $valueKeyPassword "secret" .secret "field" "cassandra-password" -}} + {{- $requiredPasswords = append $requiredPasswords $requiredPassword -}} + + {{- include "common.validations.values.multiple.empty" (dict "required" $requiredPasswords "context" .context) -}} + + {{- end -}} +{{- end -}} + +{{/* +Auxiliary function to get the right value for existingSecret. + +Usage: +{{ include "common.cassandra.values.existingSecret" (dict "context" $) }} +Params: + - subchart - Boolean - Optional. Whether Cassandra is used as subchart or not. Default: false +*/}} +{{- define "common.cassandra.values.existingSecret" -}} + {{- if .subchart -}} + {{- .context.Values.cassandra.dbUser.existingSecret | quote -}} + {{- else -}} + {{- .context.Values.dbUser.existingSecret | quote -}} + {{- end -}} +{{- end -}} + +{{/* +Auxiliary function to get the right value for enabled cassandra. + +Usage: +{{ include "common.cassandra.values.enabled" (dict "context" $) }} +*/}} +{{- define "common.cassandra.values.enabled" -}} + {{- if .subchart -}} + {{- printf "%v" .context.Values.cassandra.enabled -}} + {{- else -}} + {{- printf "%v" (not .context.Values.enabled) -}} + {{- end -}} +{{- end -}} + +{{/* +Auxiliary function to get the right value for the key dbUser + +Usage: +{{ include "common.cassandra.values.key.dbUser" (dict "subchart" "true" "context" $) }} +Params: + - subchart - Boolean - Optional. Whether Cassandra is used as subchart or not. Default: false +*/}} +{{- define "common.cassandra.values.key.dbUser" -}} + {{- if .subchart -}} + cassandra.dbUser + {{- else -}} + dbUser + {{- end -}} +{{- end -}} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_mariadb.tpl b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_mariadb.tpl new file mode 100644 index 00000000..b6906ff7 --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_mariadb.tpl @@ -0,0 +1,103 @@ +{{/* vim: set filetype=mustache: */}} +{{/* +Validate MariaDB required passwords are not empty. + +Usage: +{{ include "common.validations.values.mariadb.passwords" (dict "secret" "secretName" "subchart" false "context" $) }} +Params: + - secret - String - Required. Name of the secret where MariaDB values are stored, e.g: "mysql-passwords-secret" + - subchart - Boolean - Optional. Whether MariaDB is used as subchart or not. Default: false +*/}} +{{- define "common.validations.values.mariadb.passwords" -}} + {{- $existingSecret := include "common.mariadb.values.auth.existingSecret" . -}} + {{- $enabled := include "common.mariadb.values.enabled" . -}} + {{- $architecture := include "common.mariadb.values.architecture" . -}} + {{- $authPrefix := include "common.mariadb.values.key.auth" . -}} + {{- $valueKeyRootPassword := printf "%s.rootPassword" $authPrefix -}} + {{- $valueKeyUsername := printf "%s.username" $authPrefix -}} + {{- $valueKeyPassword := printf "%s.password" $authPrefix -}} + {{- $valueKeyReplicationPassword := printf "%s.replicationPassword" $authPrefix -}} + + {{- if and (or (not $existingSecret) (eq $existingSecret "\"\"")) (eq $enabled "true") -}} + {{- $requiredPasswords := list -}} + + {{- $requiredRootPassword := dict "valueKey" $valueKeyRootPassword "secret" .secret "field" "mariadb-root-password" -}} + {{- $requiredPasswords = append $requiredPasswords $requiredRootPassword -}} + + {{- $valueUsername := include "common.utils.getValueFromKey" (dict "key" $valueKeyUsername "context" .context) }} + {{- if not (empty $valueUsername) -}} + {{- $requiredPassword := dict "valueKey" $valueKeyPassword "secret" .secret "field" "mariadb-password" -}} + {{- $requiredPasswords = append $requiredPasswords $requiredPassword -}} + {{- end -}} + + {{- if (eq $architecture "replication") -}} + {{- $requiredReplicationPassword := dict "valueKey" $valueKeyReplicationPassword "secret" .secret "field" "mariadb-replication-password" -}} + {{- $requiredPasswords = append $requiredPasswords $requiredReplicationPassword -}} + {{- end -}} + + {{- include "common.validations.values.multiple.empty" (dict "required" $requiredPasswords "context" .context) -}} + + {{- end -}} +{{- end -}} + +{{/* +Auxiliary function to get the right value for existingSecret. + +Usage: +{{ include "common.mariadb.values.auth.existingSecret" (dict "context" $) }} +Params: + - subchart - Boolean - Optional. Whether MariaDB is used as subchart or not. Default: false +*/}} +{{- define "common.mariadb.values.auth.existingSecret" -}} + {{- if .subchart -}} + {{- .context.Values.mariadb.auth.existingSecret | quote -}} + {{- else -}} + {{- .context.Values.auth.existingSecret | quote -}} + {{- end -}} +{{- end -}} + +{{/* +Auxiliary function to get the right value for enabled mariadb. + +Usage: +{{ include "common.mariadb.values.enabled" (dict "context" $) }} +*/}} +{{- define "common.mariadb.values.enabled" -}} + {{- if .subchart -}} + {{- printf "%v" .context.Values.mariadb.enabled -}} + {{- else -}} + {{- printf "%v" (not .context.Values.enabled) -}} + {{- end -}} +{{- end -}} + +{{/* +Auxiliary function to get the right value for architecture + +Usage: +{{ include "common.mariadb.values.architecture" (dict "subchart" "true" "context" $) }} +Params: + - subchart - Boolean - Optional. Whether MariaDB is used as subchart or not. Default: false +*/}} +{{- define "common.mariadb.values.architecture" -}} + {{- if .subchart -}} + {{- .context.Values.mariadb.architecture -}} + {{- else -}} + {{- .context.Values.architecture -}} + {{- end -}} +{{- end -}} + +{{/* +Auxiliary function to get the right value for the key auth + +Usage: +{{ include "common.mariadb.values.key.auth" (dict "subchart" "true" "context" $) }} +Params: + - subchart - Boolean - Optional. Whether MariaDB is used as subchart or not. Default: false +*/}} +{{- define "common.mariadb.values.key.auth" -}} + {{- if .subchart -}} + mariadb.auth + {{- else -}} + auth + {{- end -}} +{{- end -}} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_mongodb.tpl b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_mongodb.tpl new file mode 100644 index 00000000..a071ea4d --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_mongodb.tpl @@ -0,0 +1,108 @@ +{{/* vim: set filetype=mustache: */}} +{{/* +Validate MongoDB® required passwords are not empty. + +Usage: +{{ include "common.validations.values.mongodb.passwords" (dict "secret" "secretName" "subchart" false "context" $) }} +Params: + - secret - String - Required. Name of the secret where MongoDB® values are stored, e.g: "mongodb-passwords-secret" + - subchart - Boolean - Optional. Whether MongoDB® is used as subchart or not. Default: false +*/}} +{{- define "common.validations.values.mongodb.passwords" -}} + {{- $existingSecret := include "common.mongodb.values.auth.existingSecret" . -}} + {{- $enabled := include "common.mongodb.values.enabled" . -}} + {{- $authPrefix := include "common.mongodb.values.key.auth" . -}} + {{- $architecture := include "common.mongodb.values.architecture" . -}} + {{- $valueKeyRootPassword := printf "%s.rootPassword" $authPrefix -}} + {{- $valueKeyUsername := printf "%s.username" $authPrefix -}} + {{- $valueKeyDatabase := printf "%s.database" $authPrefix -}} + {{- $valueKeyPassword := printf "%s.password" $authPrefix -}} + {{- $valueKeyReplicaSetKey := printf "%s.replicaSetKey" $authPrefix -}} + {{- $valueKeyAuthEnabled := printf "%s.enabled" $authPrefix -}} + + {{- $authEnabled := include "common.utils.getValueFromKey" (dict "key" $valueKeyAuthEnabled "context" .context) -}} + + {{- if and (or (not $existingSecret) (eq $existingSecret "\"\"")) (eq $enabled "true") (eq $authEnabled "true") -}} + {{- $requiredPasswords := list -}} + + {{- $requiredRootPassword := dict "valueKey" $valueKeyRootPassword "secret" .secret "field" "mongodb-root-password" -}} + {{- $requiredPasswords = append $requiredPasswords $requiredRootPassword -}} + + {{- $valueUsername := include "common.utils.getValueFromKey" (dict "key" $valueKeyUsername "context" .context) }} + {{- $valueDatabase := include "common.utils.getValueFromKey" (dict "key" $valueKeyDatabase "context" .context) }} + {{- if and $valueUsername $valueDatabase -}} + {{- $requiredPassword := dict "valueKey" $valueKeyPassword "secret" .secret "field" "mongodb-password" -}} + {{- $requiredPasswords = append $requiredPasswords $requiredPassword -}} + {{- end -}} + + {{- if (eq $architecture "replicaset") -}} + {{- $requiredReplicaSetKey := dict "valueKey" $valueKeyReplicaSetKey "secret" .secret "field" "mongodb-replica-set-key" -}} + {{- $requiredPasswords = append $requiredPasswords $requiredReplicaSetKey -}} + {{- end -}} + + {{- include "common.validations.values.multiple.empty" (dict "required" $requiredPasswords "context" .context) -}} + + {{- end -}} +{{- end -}} + +{{/* +Auxiliary function to get the right value for existingSecret. + +Usage: +{{ include "common.mongodb.values.auth.existingSecret" (dict "context" $) }} +Params: + - subchart - Boolean - Optional. Whether MongoDb is used as subchart or not. Default: false +*/}} +{{- define "common.mongodb.values.auth.existingSecret" -}} + {{- if .subchart -}} + {{- .context.Values.mongodb.auth.existingSecret | quote -}} + {{- else -}} + {{- .context.Values.auth.existingSecret | quote -}} + {{- end -}} +{{- end -}} + +{{/* +Auxiliary function to get the right value for enabled mongodb. + +Usage: +{{ include "common.mongodb.values.enabled" (dict "context" $) }} +*/}} +{{- define "common.mongodb.values.enabled" -}} + {{- if .subchart -}} + {{- printf "%v" .context.Values.mongodb.enabled -}} + {{- else -}} + {{- printf "%v" (not .context.Values.enabled) -}} + {{- end -}} +{{- end -}} + +{{/* +Auxiliary function to get the right value for the key auth + +Usage: +{{ include "common.mongodb.values.key.auth" (dict "subchart" "true" "context" $) }} +Params: + - subchart - Boolean - Optional. Whether MongoDB® is used as subchart or not. Default: false +*/}} +{{- define "common.mongodb.values.key.auth" -}} + {{- if .subchart -}} + mongodb.auth + {{- else -}} + auth + {{- end -}} +{{- end -}} + +{{/* +Auxiliary function to get the right value for architecture + +Usage: +{{ include "common.mongodb.values.architecture" (dict "subchart" "true" "context" $) }} +Params: + - subchart - Boolean - Optional. Whether MariaDB is used as subchart or not. Default: false +*/}} +{{- define "common.mongodb.values.architecture" -}} + {{- if .subchart -}} + {{- .context.Values.mongodb.architecture -}} + {{- else -}} + {{- .context.Values.architecture -}} + {{- end -}} +{{- end -}} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_postgresql.tpl b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_postgresql.tpl new file mode 100644 index 00000000..164ec0d0 --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_postgresql.tpl @@ -0,0 +1,129 @@ +{{/* vim: set filetype=mustache: */}} +{{/* +Validate PostgreSQL required passwords are not empty. + +Usage: +{{ include "common.validations.values.postgresql.passwords" (dict "secret" "secretName" "subchart" false "context" $) }} +Params: + - secret - String - Required. Name of the secret where postgresql values are stored, e.g: "postgresql-passwords-secret" + - subchart - Boolean - Optional. Whether postgresql is used as subchart or not. Default: false +*/}} +{{- define "common.validations.values.postgresql.passwords" -}} + {{- $existingSecret := include "common.postgresql.values.existingSecret" . -}} + {{- $enabled := include "common.postgresql.values.enabled" . -}} + {{- $valueKeyPostgresqlPassword := include "common.postgresql.values.key.postgressPassword" . -}} + {{- $valueKeyPostgresqlReplicationEnabled := include "common.postgresql.values.key.replicationPassword" . -}} + {{- if and (or (not $existingSecret) (eq $existingSecret "\"\"")) (eq $enabled "true") -}} + {{- $requiredPasswords := list -}} + {{- $requiredPostgresqlPassword := dict "valueKey" $valueKeyPostgresqlPassword "secret" .secret "field" "postgresql-password" -}} + {{- $requiredPasswords = append $requiredPasswords $requiredPostgresqlPassword -}} + + {{- $enabledReplication := include "common.postgresql.values.enabled.replication" . -}} + {{- if (eq $enabledReplication "true") -}} + {{- $requiredPostgresqlReplicationPassword := dict "valueKey" $valueKeyPostgresqlReplicationEnabled "secret" .secret "field" "postgresql-replication-password" -}} + {{- $requiredPasswords = append $requiredPasswords $requiredPostgresqlReplicationPassword -}} + {{- end -}} + + {{- include "common.validations.values.multiple.empty" (dict "required" $requiredPasswords "context" .context) -}} + {{- end -}} +{{- end -}} + +{{/* +Auxiliary function to decide whether evaluate global values. + +Usage: +{{ include "common.postgresql.values.use.global" (dict "key" "key-of-global" "context" $) }} +Params: + - key - String - Required. Field to be evaluated within global, e.g: "existingSecret" +*/}} +{{- define "common.postgresql.values.use.global" -}} + {{- if .context.Values.global -}} + {{- if .context.Values.global.postgresql -}} + {{- index .context.Values.global.postgresql .key | quote -}} + {{- end -}} + {{- end -}} +{{- end -}} + +{{/* +Auxiliary function to get the right value for existingSecret. + +Usage: +{{ include "common.postgresql.values.existingSecret" (dict "context" $) }} +*/}} +{{- define "common.postgresql.values.existingSecret" -}} + {{- $globalValue := include "common.postgresql.values.use.global" (dict "key" "existingSecret" "context" .context) -}} + + {{- if .subchart -}} + {{- default (.context.Values.postgresql.existingSecret | quote) $globalValue -}} + {{- else -}} + {{- default (.context.Values.existingSecret | quote) $globalValue -}} + {{- end -}} +{{- end -}} + +{{/* +Auxiliary function to get the right value for enabled postgresql. + +Usage: +{{ include "common.postgresql.values.enabled" (dict "context" $) }} +*/}} +{{- define "common.postgresql.values.enabled" -}} + {{- if .subchart -}} + {{- printf "%v" .context.Values.postgresql.enabled -}} + {{- else -}} + {{- printf "%v" (not .context.Values.enabled) -}} + {{- end -}} +{{- end -}} + +{{/* +Auxiliary function to get the right value for the key postgressPassword. + +Usage: +{{ include "common.postgresql.values.key.postgressPassword" (dict "subchart" "true" "context" $) }} +Params: + - subchart - Boolean - Optional. Whether postgresql is used as subchart or not. Default: false +*/}} +{{- define "common.postgresql.values.key.postgressPassword" -}} + {{- $globalValue := include "common.postgresql.values.use.global" (dict "key" "postgresqlUsername" "context" .context) -}} + + {{- if not $globalValue -}} + {{- if .subchart -}} + postgresql.postgresqlPassword + {{- else -}} + postgresqlPassword + {{- end -}} + {{- else -}} + global.postgresql.postgresqlPassword + {{- end -}} +{{- end -}} + +{{/* +Auxiliary function to get the right value for enabled.replication. + +Usage: +{{ include "common.postgresql.values.enabled.replication" (dict "subchart" "true" "context" $) }} +Params: + - subchart - Boolean - Optional. Whether postgresql is used as subchart or not. Default: false +*/}} +{{- define "common.postgresql.values.enabled.replication" -}} + {{- if .subchart -}} + {{- printf "%v" .context.Values.postgresql.replication.enabled -}} + {{- else -}} + {{- printf "%v" .context.Values.replication.enabled -}} + {{- end -}} +{{- end -}} + +{{/* +Auxiliary function to get the right value for the key replication.password. + +Usage: +{{ include "common.postgresql.values.key.replicationPassword" (dict "subchart" "true" "context" $) }} +Params: + - subchart - Boolean - Optional. Whether postgresql is used as subchart or not. Default: false +*/}} +{{- define "common.postgresql.values.key.replicationPassword" -}} + {{- if .subchart -}} + postgresql.replication.password + {{- else -}} + replication.password + {{- end -}} +{{- end -}} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_redis.tpl b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_redis.tpl new file mode 100644 index 00000000..5d72959b --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_redis.tpl @@ -0,0 +1,76 @@ + +{{/* vim: set filetype=mustache: */}} +{{/* +Validate Redis™ required passwords are not empty. + +Usage: +{{ include "common.validations.values.redis.passwords" (dict "secret" "secretName" "subchart" false "context" $) }} +Params: + - secret - String - Required. Name of the secret where redis values are stored, e.g: "redis-passwords-secret" + - subchart - Boolean - Optional. Whether redis is used as subchart or not. Default: false +*/}} +{{- define "common.validations.values.redis.passwords" -}} + {{- $enabled := include "common.redis.values.enabled" . -}} + {{- $valueKeyPrefix := include "common.redis.values.keys.prefix" . -}} + {{- $standarizedVersion := include "common.redis.values.standarized.version" . }} + + {{- $existingSecret := ternary (printf "%s%s" $valueKeyPrefix "auth.existingSecret") (printf "%s%s" $valueKeyPrefix "existingSecret") (eq $standarizedVersion "true") }} + {{- $existingSecretValue := include "common.utils.getValueFromKey" (dict "key" $existingSecret "context" .context) }} + + {{- $valueKeyRedisPassword := ternary (printf "%s%s" $valueKeyPrefix "auth.password") (printf "%s%s" $valueKeyPrefix "password") (eq $standarizedVersion "true") }} + {{- $valueKeyRedisUseAuth := ternary (printf "%s%s" $valueKeyPrefix "auth.enabled") (printf "%s%s" $valueKeyPrefix "usePassword") (eq $standarizedVersion "true") }} + + {{- if and (or (not $existingSecret) (eq $existingSecret "\"\"")) (eq $enabled "true") -}} + {{- $requiredPasswords := list -}} + + {{- $useAuth := include "common.utils.getValueFromKey" (dict "key" $valueKeyRedisUseAuth "context" .context) -}} + {{- if eq $useAuth "true" -}} + {{- $requiredRedisPassword := dict "valueKey" $valueKeyRedisPassword "secret" .secret "field" "redis-password" -}} + {{- $requiredPasswords = append $requiredPasswords $requiredRedisPassword -}} + {{- end -}} + + {{- include "common.validations.values.multiple.empty" (dict "required" $requiredPasswords "context" .context) -}} + {{- end -}} +{{- end -}} + +{{/* +Auxiliary function to get the right value for enabled redis. + +Usage: +{{ include "common.redis.values.enabled" (dict "context" $) }} +*/}} +{{- define "common.redis.values.enabled" -}} + {{- if .subchart -}} + {{- printf "%v" .context.Values.redis.enabled -}} + {{- else -}} + {{- printf "%v" (not .context.Values.enabled) -}} + {{- end -}} +{{- end -}} + +{{/* +Auxiliary function to get the right prefix path for the values + +Usage: +{{ include "common.redis.values.key.prefix" (dict "subchart" "true" "context" $) }} +Params: + - subchart - Boolean - Optional. Whether redis is used as subchart or not. Default: false +*/}} +{{- define "common.redis.values.keys.prefix" -}} + {{- if .subchart -}}redis.{{- else -}}{{- end -}} +{{- end -}} + +{{/* +Checks whether the redis chart's includes the standarizations (version >= 14) + +Usage: +{{ include "common.redis.values.standarized.version" (dict "context" $) }} +*/}} +{{- define "common.redis.values.standarized.version" -}} + + {{- $standarizedAuth := printf "%s%s" (include "common.redis.values.keys.prefix" .) "auth" -}} + {{- $standarizedAuthValues := include "common.utils.getValueFromKey" (dict "key" $standarizedAuth "context" .context) }} + + {{- if $standarizedAuthValues -}} + {{- true -}} + {{- end -}} +{{- end -}} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_validations.tpl b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_validations.tpl new file mode 100644 index 00000000..9a814cf4 --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/templates/validations/_validations.tpl @@ -0,0 +1,46 @@ +{{/* vim: set filetype=mustache: */}} +{{/* +Validate values must not be empty. + +Usage: +{{- $validateValueConf00 := (dict "valueKey" "path.to.value" "secret" "secretName" "field" "password-00") -}} +{{- $validateValueConf01 := (dict "valueKey" "path.to.value" "secret" "secretName" "field" "password-01") -}} +{{ include "common.validations.values.empty" (dict "required" (list $validateValueConf00 $validateValueConf01) "context" $) }} + +Validate value params: + - valueKey - String - Required. The path to the validating value in the values.yaml, e.g: "mysql.password" + - secret - String - Optional. Name of the secret where the validating value is generated/stored, e.g: "mysql-passwords-secret" + - field - String - Optional. Name of the field in the secret data, e.g: "mysql-password" +*/}} +{{- define "common.validations.values.multiple.empty" -}} + {{- range .required -}} + {{- include "common.validations.values.single.empty" (dict "valueKey" .valueKey "secret" .secret "field" .field "context" $.context) -}} + {{- end -}} +{{- end -}} + +{{/* +Validate a value must not be empty. + +Usage: +{{ include "common.validations.value.empty" (dict "valueKey" "mariadb.password" "secret" "secretName" "field" "my-password" "subchart" "subchart" "context" $) }} + +Validate value params: + - valueKey - String - Required. The path to the validating value in the values.yaml, e.g: "mysql.password" + - secret - String - Optional. Name of the secret where the validating value is generated/stored, e.g: "mysql-passwords-secret" + - field - String - Optional. Name of the field in the secret data, e.g: "mysql-password" + - subchart - String - Optional - Name of the subchart that the validated password is part of. +*/}} +{{- define "common.validations.values.single.empty" -}} + {{- $value := include "common.utils.getValueFromKey" (dict "key" .valueKey "context" .context) }} + {{- $subchart := ternary "" (printf "%s." .subchart) (empty .subchart) }} + + {{- if not $value -}} + {{- $varname := "my-value" -}} + {{- $getCurrentValue := "" -}} + {{- if and .secret .field -}} + {{- $varname = include "common.utils.fieldToEnvVar" . -}} + {{- $getCurrentValue = printf " To get the current value:\n\n %s\n" (include "common.utils.secret.getvalue" .) -}} + {{- end -}} + {{- printf "\n '%s' must not be empty, please add '--set %s%s=$%s' to the command.%s" .valueKey $subchart .valueKey $varname $getCurrentValue -}} + {{- end -}} +{{- end -}} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/values.yaml b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/values.yaml new file mode 100644 index 00000000..f2df68e5 --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/charts/common/values.yaml @@ -0,0 +1,5 @@ +## bitnami/common +## It is required by CI/CD tools and processes. +## @skip exampleValue +## +exampleValue: common-chart diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/templates/NOTES.txt b/packs/kubewatch-3.5.0/charts/kubewatch/templates/NOTES.txt new file mode 100644 index 00000000..d370a31e --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/templates/NOTES.txt @@ -0,0 +1,11 @@ +CHART NAME: {{ .Chart.Name }} +CHART VERSION: {{ .Chart.Version }} +APP VERSION: {{ .Chart.AppVersion }} + +** Please be patient while the chart is being deployed ** + +To verify that kubewatch has started, run: + + kubectl get deploy -w --namespace {{ .Release.Namespace }} {{ template "common.names.fullname" . }} + +{{- include "kubewatch.checkRollingTags" . }} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/templates/_helpers.tpl b/packs/kubewatch-3.5.0/charts/kubewatch/templates/_helpers.tpl new file mode 100644 index 00000000..e9a51c31 --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/templates/_helpers.tpl @@ -0,0 +1,33 @@ +{{/* vim: set filetype=mustache: */}} + +{{/* +Create the name of the service account to use +*/}} +{{- define "kubewatch.serviceAccountName" -}} +{{- if .Values.serviceAccount.create -}} + {{ default (include "common.names.fullname" .) .Values.serviceAccount.name }} +{{- else -}} + {{ default "default" .Values.serviceAccount.name }} +{{- end -}} +{{- end -}} + +{{/* +Return the proper Kubewatch image name +*/}} +{{- define "kubewatch.image" -}} +{{ include "common.images.image" (dict "imageRoot" .Values.image "global" .Values.global) }} +{{- end -}} + +{{/* +Return the proper Docker Image Registry Secret Names +*/}} +{{- define "kubewatch.imagePullSecrets" -}} +{{- include "common.images.pullSecrets" (dict "images" (list .Values.image) "global" .Values.global) -}} +{{- end -}} + +{{/* +Check if there are rolling tags in the images +*/}} +{{- define "kubewatch.checkRollingTags" -}} +{{- include "common.warnings.rollingTag" .Values.image }} +{{- end -}} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/templates/clusterrole.yaml b/packs/kubewatch-3.5.0/charts/kubewatch/templates/clusterrole.yaml new file mode 100644 index 00000000..bcc1e78d --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/templates/clusterrole.yaml @@ -0,0 +1,84 @@ +{{- if .Values.rbac.create -}} +apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} +kind: ClusterRole +metadata: + name: {{ include "common.names.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: {{- include "common.labels.standard" . | nindent 4 }} + {{- if .Values.commonLabels }} + {{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }} + {{- end }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +rules: + - apiGroups: + - "" + resources: + - configmaps + - daemonsets + - deployments + - events + - namespaces + - nodes + - persistentvolumes + - pods + - replicasets + - replicationcontrollers + - secrets + - services + verbs: + - list + - watch + - get + - apiGroups: + - apps + resources: + - daemonsets + - deployments + - deployments/scale + - replicasets + - replicasets/scale + - statefulsets + verbs: + - get + - list + - watch + - apiGroups: + - autoscaling + resources: + - horizontalpodautoscalers + verbs: + - list + - watch + - get + - apiGroups: + - extensions + - networking.k8s.io + resources: + - daemonsets + - deployments + - deployments/scale + - ingresses + - replicasets + - replicasets/scale + - replicationcontrollers/scale + verbs: + - get + - list + - watch + - apiGroups: + - batch + resources: + - cronjobs + - jobs + verbs: + - get + - list + - watch + {{- range .Values.rbac.customRoles }} + - apiGroups: {{ toYaml .apiGroups | nindent 4 }} + resources: {{ toYaml .resources | nindent 4 }} + verbs: {{ toYaml .verbs | nindent 4 }} + {{- end }} +{{- end -}} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/templates/clusterrolebinding.yaml b/packs/kubewatch-3.5.0/charts/kubewatch/templates/clusterrolebinding.yaml new file mode 100644 index 00000000..2973f781 --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/templates/clusterrolebinding.yaml @@ -0,0 +1,22 @@ +{{- if and .Values.serviceAccount.create .Values.rbac.create }} +apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} +kind: ClusterRoleBinding +metadata: + name: {{ include "common.names.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: {{- include "common.labels.standard" . | nindent 4 }} + {{- if .Values.commonLabels }} + {{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }} + {{- end }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: {{ include "common.names.fullname" . }} +subjects: + - kind: ServiceAccount + name: {{ include "kubewatch.serviceAccountName" . }} + namespace: {{ .Release.Namespace }} +{{- end }} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/templates/configmap.yaml b/packs/kubewatch-3.5.0/charts/kubewatch/templates/configmap.yaml new file mode 100644 index 00000000..31836f5f --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/templates/configmap.yaml @@ -0,0 +1,51 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ printf "%s-config" (include "common.names.fullname" .) }} + namespace: {{ .Release.Namespace }} + labels: {{- include "common.labels.standard" . | nindent 4 }} + {{- if .Values.commonLabels }} + {{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }} + {{- end }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +data: + .kubewatch.yaml: | + handler: + {{- if .Values.slack.enabled }} + slack: {{- toYaml .Values.slack | nindent 8 }} + {{- end }} + {{- if .Values.slackwebhook.enabled }} + slackwebhook: {{- toYaml .Values.slackwebhook | nindent 8 }} + {{- end }} + {{- if .Values.hipchat.enabled }} + hipchat: {{- toYaml .Values.hipchat | nindent 8 }} + {{- end }} + {{- if .Values.mattermost.enabled }} + mattermost: {{- toYaml .Values.mattermost | nindent 8 }} + {{- end }} + {{- if .Values.flock.enabled }} + flock: {{- toYaml .Values.flock | nindent 8 }} + {{- end }} + {{- if .Values.webhook.enabled }} + webhook: {{- toYaml .Values.webhook | nindent 8 }} + {{- end }} + {{- if .Values.cloudevent.enabled }} + cloudevent: {{- toYaml .Values.cloudevent | nindent 8 }} + {{- end }} + {{- if .Values.smtp.enabled }} + smtp: {{- toYaml .Values.smtp | nindent 8 }} + {{- end }} + {{- if .Values.msteams.enabled }} + msteams: {{- toYaml .Values.msteams | nindent 8 }} + {{- end }} + {{- with .Values.extraHandlers }} + {{- toYaml . | nindent 6 }} + {{- end }} + {{- if .Values.lark.enabled }} + lark: {{- toYaml .Values.lark | nindent 8 }} + {{- end }} + resource: {{- toYaml .Values.resourcesToWatch | nindent 6 }} + customresources: {{- toYaml .Values.customresources | nindent 6 }} + namespace: {{ .Values.namespaceToWatch | quote }} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/templates/deployment.yaml b/packs/kubewatch-3.5.0/charts/kubewatch/templates/deployment.yaml new file mode 100644 index 00000000..f1b6adb8 --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/templates/deployment.yaml @@ -0,0 +1,136 @@ +apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} +kind: Deployment +metadata: + name: {{ template "common.names.fullname" . }} + labels: {{- include "common.labels.standard" . | nindent 4 }} + {{- if .Values.commonLabels }} + {{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }} + {{- end }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} +spec: + selector: + matchLabels: {{- include "common.labels.matchLabels" . | nindent 6 }} + replicas: {{ .Values.replicaCount }} + {{- if .Values.updateStrategy }} + strategy: {{- toYaml .Values.updateStrategy | nindent 4 }} + {{- end }} + template: + metadata: + annotations: + checksum/config-map: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} + {{- if .Values.podAnnotations }} + {{- include "common.tplvalues.render" (dict "value" .Values.podAnnotations "context" $) | nindent 8 }} + {{- end }} + labels: {{- include "common.labels.standard" . | nindent 8 }} + {{- if .Values.podLabels }} + {{- include "common.tplvalues.render" (dict "value" .Values.podLabels "context" $) | nindent 8 }} + {{- end }} + spec: + {{- include "kubewatch.imagePullSecrets" . | nindent 6 }} + {{- if .Values.hostAliases }} + hostAliases: {{- include "common.tplvalues.render" (dict "value" .Values.hostAliases "context" $) | nindent 8 }} + {{- end }} + {{- if .Values.affinity }} + affinity: {{- include "common.tplvalues.render" (dict "value" .Values.affinity "context" $) | nindent 8 }} + {{- else }} + affinity: + podAffinity: {{- include "common.affinities.pods" (dict "type" .Values.podAffinityPreset "context" $) | nindent 10 }} + podAntiAffinity: {{- include "common.affinities.pods" (dict "type" .Values.podAntiAffinityPreset "context" $) | nindent 10 }} + nodeAffinity: {{- include "common.affinities.nodes" (dict "type" .Values.nodeAffinityPreset.type "key" .Values.nodeAffinityPreset.key "values" .Values.nodeAffinityPreset.values) | nindent 10 }} + {{- end }} + {{- if .Values.nodeSelector }} + nodeSelector: {{- include "common.tplvalues.render" (dict "value" .Values.nodeSelector "context" $) | nindent 8 }} + {{- end }} + {{- if .Values.tolerations }} + tolerations: {{- include "common.tplvalues.render" (dict "value" .Values.tolerations "context" $) | nindent 8 }} + {{- end }} + {{- if .Values.priorityClassName }} + priorityClassName: {{ .Values.priorityClassName | quote }} + {{- end }} + {{- if .Values.schedulerName }} + schedulerName: {{ .Values.schedulerName }} + {{- end }} + {{- if .Values.topologySpreadConstraints }} + topologySpreadConstraints: {{- include "common.tplvalues.render" (dict "value" .Values.topologySpreadConstraints "context" .) | nindent 8 }} + {{- end }} + restartPolicy: Always + serviceAccountName: {{ include "kubewatch.serviceAccountName" . }} + {{- if .Values.podSecurityContext.enabled }} + securityContext: {{- omit .Values.podSecurityContext "enabled" | toYaml | nindent 8 }} + {{- end }} + {{- if .Values.initContainers }} + initContainers: {{- include "common.tplvalues.render" (dict "value" .Values.initContainers "context" $) | nindent 8 }} + {{- end }} + containers: + - name: kubewatch + image: {{ template "kubewatch.image" . }} + imagePullPolicy: {{ .Values.image.pullPolicy }} + {{- if .Values.containerSecurityContext.enabled }} + securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 12 }} + {{- end }} + {{- if .Values.diagnosticMode.enabled }} + command: {{- include "common.tplvalues.render" (dict "value" .Values.diagnosticMode.command "context" $) | nindent 12 }} + {{- else if .Values.command }} + command: {{- include "common.tplvalues.render" (dict "value" .Values.command "context" $) | nindent 12 }} + {{- end }} + {{- if .Values.diagnosticMode.enabled }} + args: {{- include "common.tplvalues.render" (dict "value" .Values.diagnosticMode.args "context" $) | nindent 12 }} + {{- else if .Values.args }} + args: {{- include "common.tplvalues.render" (dict "value" .Values.args "context" $) | nindent 12 }} + {{- end }} + {{- if .Values.lifecycleHooks }} + lifecycle: {{- include "common.tplvalues.render" (dict "value" .Values.lifecycleHooks "context" $) | nindent 12 }} + {{- end }} + {{- if .Values.extraEnvVars }} + env: {{- include "common.tplvalues.render" (dict "value" .Values.extraEnvVars "context" $) | nindent 12 }} + {{- end }} + {{- if or .Values.extraEnvVarsCM .Values.extraEnvVarsSecret }} + envFrom: + {{- if .Values.extraEnvVarsCM }} + - configMapRef: + name: {{ include "common.tplvalues.render" (dict "value" .Values.extraEnvVarsCM "context" $) }} + {{- end }} + {{- if .Values.extraEnvVarsSecret }} + - secretRef: + name: {{ include "common.tplvalues.render" (dict "value" .Values.extraEnvVarsSecret "context" $) }} + {{- end }} + {{- end }} + {{- if not .Values.diagnosticMode.enabled }} + {{- if .Values.startupProbe.enabled }} + startupProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.startupProbe "enabled") "context" $) | nindent 12 }} + {{- else if .Values.customStartupProbe }} + startupProbe: {{- include "common.tplvalues.render" (dict "value" .Values.customStartupProbe "context" $) | nindent 12 }} + {{- end }} + {{- if .Values.livenessProbe.enabled }} + livenessProbe: {{- omit .Values.livenessProbe "enabled" | toYaml | nindent 12 }} + {{- else if .Values.customLivenessProbe }} + livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.customLivenessProbe "context" $) | nindent 12 }} + {{- end }} + {{- if .Values.readinessProbe.enabled }} + readinessProbe: {{- omit .Values.readinessProbe "enabled" | toYaml | nindent 12 }} + {{- else if .Values.customReadinessProbe }} + readinessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.customReadinessProbe "context" $) | nindent 12 }} + {{- end }} + {{- end }} + {{- if .Values.resources }} + resources: {{- toYaml .Values.resources | nindent 12 }} + {{- end }} + volumeMounts: + - name: configuration + mountPath: /opt/bitnami/kubewatch/.kubewatch.yaml + subPath: .kubewatch.yaml + {{- if .Values.extraVolumeMounts }} + {{- include "common.tplvalues.render" (dict "value" .Values.extraVolumeMounts "context" $) | nindent 12 }} + {{- end }} + {{- if .Values.sidecars }} + {{- include "common.tplvalues.render" ( dict "value" .Values.sidecars "context" $) | nindent 8 }} + {{- end }} + volumes: + - name: configuration + configMap: + name: {{ printf "%s-config" (include "common.names.fullname" .) }} + {{- if .Values.extraVolumes }} + {{- include "common.tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 8 }} + {{- end }} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/templates/extra-list.yaml b/packs/kubewatch-3.5.0/charts/kubewatch/templates/extra-list.yaml new file mode 100644 index 00000000..9ac65f9e --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/templates/extra-list.yaml @@ -0,0 +1,4 @@ +{{- range .Values.extraDeploy }} +--- +{{ include "common.tplvalues.render" (dict "value" . "context" $) }} +{{- end }} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/templates/serviceaccount.yaml b/packs/kubewatch-3.5.0/charts/kubewatch/templates/serviceaccount.yaml new file mode 100644 index 00000000..05a6bebf --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/templates/serviceaccount.yaml @@ -0,0 +1,21 @@ +{{- if .Values.serviceAccount.create -}} +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ include "kubewatch.serviceAccountName" . }} + namespace: {{ .Release.Namespace }} + labels: {{- include "common.labels.standard" . | nindent 4 }} + {{- if .Values.commonLabels }} + {{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }} + {{- end }} + {{- if or .Values.serviceAccount.annotations .Values.commonAnnotations }} + annotations: + {{- if .Values.commonAnnotations }} + {{- include "common.tplvalues.render" (dict "value" .Values.commonAnnotations "context" $) | nindent 4 }} + {{- end }} + {{- if .Values.serviceAccount.annotations }} + {{- include "common.tplvalues.render" (dict "value" .Values.serviceAccount.annotations "context" $) | nindent 4 }} + {{- end }} + {{- end }} +automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken }} +{{- end -}} diff --git a/packs/kubewatch-3.5.0/charts/kubewatch/values.yaml b/packs/kubewatch-3.5.0/charts/kubewatch/values.yaml new file mode 100644 index 00000000..0a9eca23 --- /dev/null +++ b/packs/kubewatch-3.5.0/charts/kubewatch/values.yaml @@ -0,0 +1,474 @@ +## @section Global parameters +## Global Docker image parameters +## Please, note that this will override the image parameters, including dependencies, configured to use the global value +## Current available global Docker image parameters: imageRegistry, imagePullSecrets and storageClass + +## @param global.imageRegistry Global Docker image registry +## @param global.imagePullSecrets Global Docker registry secret names as an array +## +global: + imageRegistry: "" + ## E.g. + ## imagePullSecrets: + ## - myRegistryKeySecretName + ## + imagePullSecrets: [] + +## @section Common parameters + +## @param kubeVersion Force target Kubernetes version (using Helm capabilities if not set) +## +kubeVersion: "" +## @param nameOverride String to partially override common.names.fullname template +## +nameOverride: "" +## @param fullnameOverride String to fully override common.names.fullname template +## +fullnameOverride: "" +## @param commonLabels Labels to add to all deployed objects +## +commonLabels: {} +## @param commonAnnotations Annotations to add to all deployed objects +## +commonAnnotations: {} +## Enable diagnostic mode in the deployment(s)/statefulset(s) +## +diagnosticMode: + ## @param diagnosticMode.enabled Enable diagnostic mode (all probes will be disabled and the command will be overridden) + ## + enabled: false + ## @param diagnosticMode.command Command to override all containers in the the deployment(s)/statefulset(s) + ## + command: + - sleep + ## @param diagnosticMode.args Args to override all containers in the the deployment(s)/statefulset(s) + ## + args: + - infinity +## @param extraDeploy Array of extra objects to deploy with the release +## +extraDeploy: [] + +## @section Kubewatch parameters + +## Robusta Kubewatch image versions +## ref: https://hub.docker.com/r/robustadev/kubewatch/tags +## Bitnami Kubewatch image versions (depricated) +## ref: https://hub.docker.com/r/bitnami/kubewatch-archived/tags +## @param image.repository Kubewatch image repository +## @param image.tag Kubewatch image tag (immutable tags are recommended) +## @param image.pullPolicy Kubewatch image pull policy +## @param image.pullSecrets Specify docker-registry secret names as an array +## +image: + repository: robustadev/kubewatch + tag: v2.9.0 + ## Specify a imagePullPolicy + ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' + ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images + ## + pullPolicy: IfNotPresent + ## Optionally specify an array of imagePullSecrets. + ## Secrets must be manually created in the namespace. + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ + ## Example: + ## pullSecrets: + ## - myRegistryKeySecretName + ## + pullSecrets: [] +## @param hostAliases Add deployment host aliases +## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/ +## +hostAliases: [] +## @param slack.enabled Enable Slack notifications +## @param slack.channel Slack channel to notify +## @param slack.token Slack API token +## +slack: + enabled: true + channel: "XXXX" + ## Create using: https://my.slack.com/services/new/bot and invite the bot to your channel using: /join @botname + ## + token: "XXXX" +## @param slackwebhook.enabled Enable SlackWebhook notifications +## @param slackwebhook.channel Slack channel to notify +## @param slackwebhook.username Slack username +## @param slackwebhook.emoji Slack emoji +## @param slackwebhook.slackwebhookurl Slack Webhook Url +## +slackwebhook: + enabled: false + channel: "XXXX" + username: "" + emoji: "" + slackwebhookurl: "XXXX" +## @param hipchat.enabled Enable HipChat notifications +## @param hipchat.room HipChat room to notify +## @param hipchat.token HipChat token +## @param hipchat.url HipChat URL +## +hipchat: + enabled: false + room: "" + token: "" + url: "" +## @param mattermost.enabled Enable Mattermost notifications +## @param mattermost.channel Mattermost channel to notify +## @param mattermost.url Mattermost URL +## @param mattermost.username Mattermost user to notify +## +mattermost: + enabled: false + channel: "" + url: "" + username: "" +## @param flock.enabled Enable Flock notifications +## @param flock.url Flock URL +## +flock: + enabled: false + url: "" +## @param msteams.enabled Enable Microsoft Teams notifications +## @param msteams.webhookurl Microsoft Teams webhook URL +## +msteams: + enabled: false + webhookurl: "" +## @param webhook.enabled Enable Webhook notifications +## @param webhook.url Webhook URL +## +webhook: + enabled: false + url: "" +## @param cloudevent.enabled Enable Cloudevent notifications +## @param cloudevent.url Cloudevent URL +## +cloudevent: + enabled: false + url: "" +## @param lark.enabled Enable Lark notifications +## @param lark.url lark webhook URL +## See: https://open.feishu.cn/document/ukTMukTMukTM/ucTM5YjL3ETO24yNxkjN +## +lark: + enabled: false + webhookurl: "" + +smtp: + ## @param smtp.enabled Enable SMTP (email) notifications + ## + enabled: false + ## @param smtp.to Destination email address (required) + ## + to: "" + ## @param smtp.from Source email address (required) + ## + from: "" + ## @param smtp.hello SMTP hello field (optional) + ## + hello: "" + ## @param smtp.smarthost SMTP server address (name:port) (required) + ## + smarthost: "" + ## @param smtp.subject Source email subject + ## + subject: "" + ## @param smtp.auth.username Username for LOGIN and PLAIN auth mech + ## @param smtp.auth.password Password for LOGIN and PLAIN auth mech + ## @param smtp.auth.secret Secret for CRAM-MD5 auth mech + ## @param smtp.auth.identity Identity for PLAIN auth mech + ## + auth: + username: "" + password: "" + secret: "" + identity: "" + ## @param smtp.requireTLS Force STARTTLS. Set to `true` or `false` + ## + requireTLS: "" + +## @param extraHandlers Manual handlers declaration +extraHandlers: {} + +## @param namespaceToWatch Namespace to watch, leave it empty for watching all +## +namespaceToWatch: "" +## Resources to watch +## @param resourcesToWatch.deployment Watch changes to Deployments +## @param resourcesToWatch.replicationcontroller Watch changes to ReplicationControllers +## @param resourcesToWatch.replicaset Watch changes to ReplicaSets +## @param resourcesToWatch.daemonset Watch changes to DaemonSets +## @param resourcesToWatch.services Watch changes to Services +## @param resourcesToWatch.pod Watch changes to Pods +## @param resourcesToWatch.job Watch changes to Jobs +## @param resourcesToWatch.persistentvolume Watch changes to PersistentVolumes +## @param resourcesToWatch.event Watch changes to Events +## +resourcesToWatch: + deployment: true + replicationcontroller: false + replicaset: false + daemonset: false + services: false + pod: true + job: false + persistentvolume: false + event: true + +## @param customresources Define custom resources to watch for changes +## Example: +## customresources: +## - group: monitoring.coreos.com +## version: v1 +## resource: prometheusrules +## +customresources: [] +## @param command Override default container command (useful when using custom images) +## +command: [] +## @param args Override default container args (useful when using custom images) +## +args: [] +## @param lifecycleHooks for the Kubewatch container(s) to automate configuration before or after startup +## +lifecycleHooks: {} +## @param extraEnvVars Extra environment variables to be set on Kubewatch container +## Example: +## extraEnvVars: +## - name: FOO +## value: "bar" +## +extraEnvVars: [] +## @param extraEnvVarsCM Name of existing ConfigMap containing extra env vars +## +extraEnvVarsCM: "" +## @param extraEnvVarsSecret Name of existing Secret containing extra env vars +## +extraEnvVarsSecret: "" + +## @section Kubewatch deployment parameters + +## @param replicaCount Number of Kubewatch replicas to deploy +## +replicaCount: 1 +## Kubewatch containers' SecurityContext +## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod +## @param podSecurityContext.enabled Enable Kubewatch containers' SecurityContext +## @param podSecurityContext.fsGroup Set Kubewatch containers' SecurityContext fsGroup +## +podSecurityContext: + enabled: false + fsGroup: "" +## Kubewatch pods' Security Context +## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container +## @param containerSecurityContext.enabled Enable Kubewatch pods' Security Context +## @param containerSecurityContext.runAsUser Set Kubewatch pods' SecurityContext runAsUser +## @param containerSecurityContext.runAsNonRoot Set Kubewatch pods' SecurityContext runAsNonRoot +## +containerSecurityContext: + enabled: false + runAsUser: "" + runAsNonRoot: "" +## Kubewatch resource requests and limits +## ref: https://kubernetes.io/docs/user-guide/compute-resources/ +## We usually recommend not to specify default resources and to leave this as a conscious +## choice for the user. This also increases chances charts run on environments with little +## resources, such as Minikube. If you do want to specify resources, uncomment the following +## lines, adjust them as necessary, and remove the curly braces after 'resources:'. +## @param resources.limits The resources limits for the Kubewatch container +## @param resources.requests The requested resources for the Kubewatch container +## +resources: + ## Example: + ## limits: + ## cpu: 200m + ## memory: 256Mi + limits: {} + ## Examples: + ## requests: + ## cpu: 100m + ## memory: 10Mi + requests: {} +## Configure extra options for startup probe +## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes +## @param startupProbe.enabled Enable startupProbe +## @param startupProbe.initialDelaySeconds Initial delay seconds for startupProbe +## @param startupProbe.periodSeconds Period seconds for startupProbe +## @param startupProbe.timeoutSeconds Timeout seconds for startupProbe +## @param startupProbe.failureThreshold Failure threshold for startupProbe +## @param startupProbe.successThreshold Success threshold for startupProbe +## +startupProbe: + enabled: false + initialDelaySeconds: 10 + periodSeconds: 10 + timeoutSeconds: 1 + failureThreshold: 3 + successThreshold: 1 +## Configure extra options for liveness probe +## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes +## @param livenessProbe.enabled Enable livenessProbe +## @param livenessProbe.initialDelaySeconds Initial delay seconds for livenessProbe +## @param livenessProbe.periodSeconds Period seconds for livenessProbe +## @param livenessProbe.timeoutSeconds Timeout seconds for livenessProbe +## @param livenessProbe.failureThreshold Failure threshold for livenessProbe +## @param livenessProbe.successThreshold Success threshold for livenessProbe +## +livenessProbe: + enabled: false + initialDelaySeconds: 10 + periodSeconds: 10 + timeoutSeconds: 1 + failureThreshold: 3 + successThreshold: 1 +## Configure extra options for readiness probe +## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes +## @param readinessProbe.enabled Enable readinessProbe +## @param readinessProbe.initialDelaySeconds Initial delay seconds for readinessProbe +## @param readinessProbe.periodSeconds Period seconds for readinessProbe +## @param readinessProbe.timeoutSeconds Timeout seconds for readinessProbe +## @param readinessProbe.failureThreshold Failure threshold for readinessProbe +## @param readinessProbe.successThreshold Success threshold for readinessProbe +## +readinessProbe: + enabled: false + initialDelaySeconds: 10 + periodSeconds: 10 + timeoutSeconds: 1 + failureThreshold: 3 + successThreshold: 1 +## @param customStartupProbe Override default startup probe +## +customStartupProbe: {} +## @param customLivenessProbe Override default liveness probe +## +customLivenessProbe: {} +## @param customReadinessProbe Override default readiness probe +## +customReadinessProbe: {} +## @param podAffinityPreset Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` +## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity +## +podAffinityPreset: "" +## @param podAntiAffinityPreset Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` +## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity +## +podAntiAffinityPreset: soft +## Node affinity preset +## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity +## +nodeAffinityPreset: + ## @param nodeAffinityPreset.type Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` + ## + type: "" + ## @param nodeAffinityPreset.key Node label key to match. Ignored if `affinity` is set. + ## E.g. + ## key: "kubernetes.io/e2e-az-name" + ## + key: "" + ## @param nodeAffinityPreset.values Node label values to match. Ignored if `affinity` is set. + ## E.g. + ## values: + ## - e2e-az1 + ## - e2e-az2 + ## + values: [] +## @param affinity Affinity for pod assignment +## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity +## Note: podAffinityPreset, podAntiAffinityPreset, and nodeAffinityPreset will be ignored when it's set +## +affinity: {} +## @param nodeSelector Node labels for pod assignment +## ref: https://kubernetes.io/docs/user-guide/node-selection/ +## +nodeSelector: {} +## @param tolerations Tolerations for pod assignment +## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ +## +tolerations: [] +## @param priorityClassName Controller priorityClassName +## ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/ +## +priorityClassName: "" +## @param schedulerName Name of the k8s scheduler (other than default) +## ref: https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/ +## +schedulerName: "" +## @param topologySpreadConstraints Topology Spread Constraints for pod assignment +## https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/ +## The value is evaluated as a template +## +topologySpreadConstraints: [] +## @param podLabels Extra labels for Kubewatch pods +## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ +## +podLabels: {} +## @param podAnnotations Annotations for Kubewatch pods +## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ +## +podAnnotations: {} +## @param extraVolumes Optionally specify extra list of additional volumes for Kubewatch pods +## +extraVolumes: [] +## @param extraVolumeMounts Optionally specify extra list of additional volumeMounts for Kubewatch container(s) +## +extraVolumeMounts: [] +## @param updateStrategy.type Deployment strategy type. +## ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy +## e.g: +## updateStrategy: +## type: RollingUpdate +## rollingUpdate: +## maxSurge: 25% +## maxUnavailable: 25% +## +updateStrategy: + type: RollingUpdate +## @param initContainers Add additional init containers to the Kubewatch pods +## Example: +## initContainers: +## - name: your-image-name +## image: your-image +## imagePullPolicy: Always +## ports: +## - name: portname +## containerPort: 1234 +## +initContainers: [] +## @param sidecars Add additional sidecar containers to the Kubewatch pods +## Example: +## sidecars: +## - name: your-image-name +## image: your-image +## imagePullPolicy: Always +## ports: +## - name: portname +## containerPort: 1234 +## +sidecars: [] + +## @section RBAC parameters +## +rbac: +## @param rbac.create Whether to create & use RBAC resources or not + create: false +## @param rbac.customRoles custom RBAC rules to be applied +## Example: +## customRoles: +## - apiGroups: ["monitoring.coreos.com"] +## resources: ["prometheusrules"] +## verbs: ["get", "list", "watch"] +## + customRoles: [] +## Pods Service Account +## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ +## @param serviceAccount.create Specifies whether a ServiceAccount should be created +## @param serviceAccount.name Name of the service account to use. If not set and create is true, a name is generated using the fullname template. +## @param serviceAccount.automountServiceAccountToken Automount service account token for the server service account +## @param serviceAccount.annotations Annotations for service account. Evaluated as a template. Only used if `create` is `true`. +## +serviceAccount: + create: true + name: "" + automountServiceAccountToken: true + annotations: {} diff --git a/packs/kubewatch-3.5.0/logo.png b/packs/kubewatch-3.5.0/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..298fdc27a5d9d8797829801ac7f4b0d08f62a101 GIT binary patch literal 22320 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 Date: Thu, 19 Mar 2026 16:37:49 -0500 Subject: [PATCH 2/5] new file: packs/trident-operator-26.0.2/README.md new file: packs/trident-operator-26.0.2/charts/trident-operator-100.2602.0.tgz new file: packs/trident-operator-26.0.2/charts/trident-operator/.helmignore new file: packs/trident-operator-26.0.2/charts/trident-operator/Chart.yaml new file: packs/trident-operator-26.0.2/charts/trident-operator/README.md new file: packs/trident-operator-26.0.2/charts/trident-operator/crds/tridentconfigurators.yaml new file: packs/trident-operator-26.0.2/charts/trident-operator/crds/tridentorchestrators.yaml new file: packs/trident-operator-26.0.2/charts/trident-operator/templates/NOTES.txt new file: packs/trident-operator-26.0.2/charts/trident-operator/templates/_helpers.tpl new file: packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrole-rancher.yaml new file: packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrole.yaml new file: packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrolebinding-rancher.yaml new file: packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrolebinding.yaml new file: packs/trident-operator-26.0.2/charts/trident-operator/templates/deployment.yaml new file: packs/trident-operator-26.0.2/charts/trident-operator/templates/postdeletecrdshook.yaml new file: packs/trident-operator-26.0.2/charts/trident-operator/templates/postinstallupgradehook.yaml new file: packs/trident-operator-26.0.2/charts/trident-operator/templates/predeletecrdshook.yaml new file: packs/trident-operator-26.0.2/charts/trident-operator/templates/serviceaccount.yaml new file: packs/trident-operator-26.0.2/charts/trident-operator/templates/tridentconfigurator.yaml new file: packs/trident-operator-26.0.2/charts/trident-operator/templates/tridentorchestrator.yaml new file: packs/trident-operator-26.0.2/charts/trident-operator/values.yaml new file: packs/trident-operator-26.0.2/logo.png new file: packs/trident-operator-26.0.2/pack.json new file: packs/trident-operator-26.0.2/values.yaml new file: packs/trident-operator-addon-26.0.2/README.md new file: packs/trident-operator-addon-26.0.2/charts/trident-operator-100.2602.0.tgz new file: packs/trident-operator-addon-26.0.2/charts/trident-operator/.helmignore new file: packs/trident-operator-addon-26.0.2/charts/trident-operator/Chart.yaml new file: packs/trident-operator-addon-26.0.2/charts/trident-operator/README.md new file: packs/trident-operator-addon-26.0.2/charts/trident-operator/crds/tridentconfigurators.yaml new file: packs/trident-operator-addon-26.0.2/charts/trident-operator/crds/tridentorchestrators.yaml new file: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/NOTES.txt new file: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/_helpers.tpl new file: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrole-rancher.yaml new file: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrole.yaml new file: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrolebinding-rancher.yaml new file: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrolebinding.yaml new file: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/deployment.yaml new file: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/postdeletecrdshook.yaml new file: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/postinstallupgradehook.yaml new file: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/predeletecrdshook.yaml new file: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/serviceaccount.yaml new file: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/tridentconfigurator.yaml new file: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/tridentorchestrator.yaml new file: packs/trident-operator-addon-26.0.2/charts/trident-operator/values.yaml new file: packs/trident-operator-addon-26.0.2/logo.png new file: packs/trident-operator-addon-26.0.2/pack.json new file: packs/trident-operator-addon-26.0.2/values.yaml --- packs/trident-operator-26.0.2/README.md | 24 + .../charts/trident-operator-100.2602.0.tgz | Bin 0 -> 11642 bytes .../charts/trident-operator/.helmignore | 23 + .../charts/trident-operator/Chart.yaml | 15 + .../charts/trident-operator/README.md | 24 + .../crds/tridentconfigurators.yaml | 54 +++ .../crds/tridentorchestrators.yaml | 25 + .../trident-operator/templates/NOTES.txt | 18 + .../trident-operator/templates/_helpers.tpl | 416 ++++++++++++++++ .../templates/clusterrole-rancher.yaml | 13 + .../templates/clusterrole.yaml | 458 ++++++++++++++++++ .../templates/clusterrolebinding-rancher.yaml | 14 + .../templates/clusterrolebinding.yaml | 14 + .../templates/deployment.yaml | 82 ++++ .../templates/postdeletecrdshook.yaml | 82 ++++ .../templates/postinstallupgradehook.yaml | 70 +++ .../templates/predeletecrdshook.yaml | 41 ++ .../templates/serviceaccount.yaml | 20 + .../templates/tridentconfigurator.yaml | 111 +++++ .../templates/tridentorchestrator.yaml | 108 +++++ .../charts/trident-operator/values.yaml | 327 +++++++++++++ packs/trident-operator-26.0.2/logo.png | Bin 0 -> 4314 bytes packs/trident-operator-26.0.2/pack.json | 16 + packs/trident-operator-26.0.2/values.yaml | 346 +++++++++++++ packs/trident-operator-addon-26.0.2/README.md | 24 + .../charts/trident-operator-100.2602.0.tgz | Bin 0 -> 11642 bytes .../charts/trident-operator/.helmignore | 23 + .../charts/trident-operator/Chart.yaml | 15 + .../charts/trident-operator/README.md | 24 + .../crds/tridentconfigurators.yaml | 54 +++ .../crds/tridentorchestrators.yaml | 25 + .../trident-operator/templates/NOTES.txt | 18 + .../trident-operator/templates/_helpers.tpl | 416 ++++++++++++++++ .../templates/clusterrole-rancher.yaml | 13 + .../templates/clusterrole.yaml | 458 ++++++++++++++++++ .../templates/clusterrolebinding-rancher.yaml | 14 + .../templates/clusterrolebinding.yaml | 14 + .../templates/deployment.yaml | 82 ++++ .../templates/postdeletecrdshook.yaml | 82 ++++ .../templates/postinstallupgradehook.yaml | 70 +++ .../templates/predeletecrdshook.yaml | 41 ++ .../templates/serviceaccount.yaml | 20 + .../templates/tridentconfigurator.yaml | 111 +++++ .../templates/tridentorchestrator.yaml | 108 +++++ .../charts/trident-operator/values.yaml | 327 +++++++++++++ packs/trident-operator-addon-26.0.2/logo.png | Bin 0 -> 4314 bytes packs/trident-operator-addon-26.0.2/pack.json | 17 + .../trident-operator-addon-26.0.2/values.yaml | 338 +++++++++++++ 48 files changed, 4595 insertions(+) create mode 100644 packs/trident-operator-26.0.2/README.md create mode 100644 packs/trident-operator-26.0.2/charts/trident-operator-100.2602.0.tgz create mode 100644 packs/trident-operator-26.0.2/charts/trident-operator/.helmignore create mode 100644 packs/trident-operator-26.0.2/charts/trident-operator/Chart.yaml create mode 100644 packs/trident-operator-26.0.2/charts/trident-operator/README.md create mode 100644 packs/trident-operator-26.0.2/charts/trident-operator/crds/tridentconfigurators.yaml create mode 100644 packs/trident-operator-26.0.2/charts/trident-operator/crds/tridentorchestrators.yaml create mode 100644 packs/trident-operator-26.0.2/charts/trident-operator/templates/NOTES.txt create mode 100644 packs/trident-operator-26.0.2/charts/trident-operator/templates/_helpers.tpl create mode 100644 packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrole-rancher.yaml create mode 100644 packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrole.yaml create mode 100644 packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrolebinding-rancher.yaml create mode 100644 packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrolebinding.yaml create mode 100644 packs/trident-operator-26.0.2/charts/trident-operator/templates/deployment.yaml create mode 100644 packs/trident-operator-26.0.2/charts/trident-operator/templates/postdeletecrdshook.yaml create mode 100644 packs/trident-operator-26.0.2/charts/trident-operator/templates/postinstallupgradehook.yaml create mode 100644 packs/trident-operator-26.0.2/charts/trident-operator/templates/predeletecrdshook.yaml create mode 100644 packs/trident-operator-26.0.2/charts/trident-operator/templates/serviceaccount.yaml create mode 100644 packs/trident-operator-26.0.2/charts/trident-operator/templates/tridentconfigurator.yaml create mode 100644 packs/trident-operator-26.0.2/charts/trident-operator/templates/tridentorchestrator.yaml create mode 100644 packs/trident-operator-26.0.2/charts/trident-operator/values.yaml create mode 100644 packs/trident-operator-26.0.2/logo.png create mode 100644 packs/trident-operator-26.0.2/pack.json create mode 100644 packs/trident-operator-26.0.2/values.yaml create mode 100644 packs/trident-operator-addon-26.0.2/README.md create mode 100644 packs/trident-operator-addon-26.0.2/charts/trident-operator-100.2602.0.tgz create mode 100644 packs/trident-operator-addon-26.0.2/charts/trident-operator/.helmignore create mode 100644 packs/trident-operator-addon-26.0.2/charts/trident-operator/Chart.yaml create mode 100644 packs/trident-operator-addon-26.0.2/charts/trident-operator/README.md create mode 100644 packs/trident-operator-addon-26.0.2/charts/trident-operator/crds/tridentconfigurators.yaml create mode 100644 packs/trident-operator-addon-26.0.2/charts/trident-operator/crds/tridentorchestrators.yaml create mode 100644 packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/NOTES.txt create mode 100644 packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/_helpers.tpl create mode 100644 packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrole-rancher.yaml create mode 100644 packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrole.yaml create mode 100644 packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrolebinding-rancher.yaml create mode 100644 packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrolebinding.yaml create mode 100644 packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/deployment.yaml create mode 100644 packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/postdeletecrdshook.yaml create mode 100644 packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/postinstallupgradehook.yaml create mode 100644 packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/predeletecrdshook.yaml create mode 100644 packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/serviceaccount.yaml create mode 100644 packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/tridentconfigurator.yaml create mode 100644 packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/tridentorchestrator.yaml create mode 100644 packs/trident-operator-addon-26.0.2/charts/trident-operator/values.yaml create mode 100644 packs/trident-operator-addon-26.0.2/logo.png create mode 100644 packs/trident-operator-addon-26.0.2/pack.json create mode 100644 packs/trident-operator-addon-26.0.2/values.yaml diff --git a/packs/trident-operator-26.0.2/README.md b/packs/trident-operator-26.0.2/README.md new file mode 100644 index 00000000..0f246c1a --- /dev/null +++ b/packs/trident-operator-26.0.2/README.md @@ -0,0 +1,24 @@ +NetApp Trident + +[![Support](https://img.shields.io/badge/support-official-0067C5.svg)](http://mysupport.netapp.com/info/web/ECMLP2619434.html) +[![Chat](https://img.shields.io/badge/chat-slack-4C9689.svg)](http://netapp.io/slack/) +[![GitHub last commit](https://img.shields.io/github/last-commit/netapp/trident.svg)](https://github.com/NetApp/trident/commits) +[![license](https://img.shields.io/github/license/netapp/trident.svg)](LICENSE) +[![Docs](https://img.shields.io/badge/docs-official-0067C5.svg)](https://docs.netapp.com/us-en/trident/index.html) +[![Go Report Card](https://goreportcard.com/badge/github.com/netapp/trident)](https://goreportcard.com/report/github.com/netapp/trident) + +Trident is a fully supported open source project maintained by [NetApp](https://www.netapp.com). It has been designed +from the ground up to help you meet your containerized applications' persistence demands using industry-standard +interfaces, such as the [Container Storage Interface (CSI)](https://kubernetes-csi.github.io/docs/introduction.html). + +Trident deploys in Kubernetes clusters as pods and provides dynamic storage orchestration services for your Kubernetes workloads. It enables your containerized applications to quickly and easily consume persistent storage from NetApp’s broad portfolio that +includes [ONTAP](https://www.netapp.com/data-management/ontap-data-management-software) (AFF/FAS/Select/Cloud), [Element](https://www.netapp.com/data-management/element-software) (HCI/SolidFire), as well as the [Azure NetApp Files](https://www.netapp.com/azure/azure-netapp-files/) +service, [Google Cloud NetApp Volumes](https://www.netapp.com/google-cloud/netapp-volumes/), and [Amazon FSx for ONTAP](https://www.netapp.com/aws/fsx-ontap/). + +Trident features also address data protection, disaster recovery, portability, and migration use cases for +Kubernetes workloads leveraging NetApp's industry-leading data management technology for snapshots, backups, +replication, and cloning. + +Detailed documentation for Trident can be found [here](https://docs.netapp.com/us-en/trident/index.html). + +See [NetApp's Support site](https://mysupport.netapp.com/site/info/version-support) for details on Trident's support policy under the [Trident's Release and Support Lifecycle](https://mysupport.netapp.com/site/info/trident-support) tab. diff --git a/packs/trident-operator-26.0.2/charts/trident-operator-100.2602.0.tgz b/packs/trident-operator-26.0.2/charts/trident-operator-100.2602.0.tgz new file mode 100644 index 0000000000000000000000000000000000000000..5aad9ff63eff782cf97a889adbabff8435dbf2a6 GIT binary patch literal 11642 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 E0Py(_#Q*>R literal 0 HcmV?d00001 diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/.helmignore b/packs/trident-operator-26.0.2/charts/trident-operator/.helmignore new file mode 100644 index 00000000..0e8a0eb3 --- /dev/null +++ b/packs/trident-operator-26.0.2/charts/trident-operator/.helmignore @@ -0,0 +1,23 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*.orig +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/Chart.yaml b/packs/trident-operator-26.0.2/charts/trident-operator/Chart.yaml new file mode 100644 index 00000000..82160961 --- /dev/null +++ b/packs/trident-operator-26.0.2/charts/trident-operator/Chart.yaml @@ -0,0 +1,15 @@ +apiVersion: v2 +appVersion: 26.02.0 +description: A Helm chart for deploying NetApp's Trident CSI storage provisioner using + the Trident Operator. +home: https://github.com/NetApp/trident +icon: https://raw.githubusercontent.com/NetApp/trident/master/logo/trident.png +keywords: +- NetApp +- Trident +- operator +- CSI +kubeVersion: '>= 1.24.0-0' +name: trident-operator +type: application +version: 100.2602.0 diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/README.md b/packs/trident-operator-26.0.2/charts/trident-operator/README.md new file mode 100644 index 00000000..0f246c1a --- /dev/null +++ b/packs/trident-operator-26.0.2/charts/trident-operator/README.md @@ -0,0 +1,24 @@ +NetApp Trident + +[![Support](https://img.shields.io/badge/support-official-0067C5.svg)](http://mysupport.netapp.com/info/web/ECMLP2619434.html) +[![Chat](https://img.shields.io/badge/chat-slack-4C9689.svg)](http://netapp.io/slack/) +[![GitHub last commit](https://img.shields.io/github/last-commit/netapp/trident.svg)](https://github.com/NetApp/trident/commits) +[![license](https://img.shields.io/github/license/netapp/trident.svg)](LICENSE) +[![Docs](https://img.shields.io/badge/docs-official-0067C5.svg)](https://docs.netapp.com/us-en/trident/index.html) +[![Go Report Card](https://goreportcard.com/badge/github.com/netapp/trident)](https://goreportcard.com/report/github.com/netapp/trident) + +Trident is a fully supported open source project maintained by [NetApp](https://www.netapp.com). It has been designed +from the ground up to help you meet your containerized applications' persistence demands using industry-standard +interfaces, such as the [Container Storage Interface (CSI)](https://kubernetes-csi.github.io/docs/introduction.html). + +Trident deploys in Kubernetes clusters as pods and provides dynamic storage orchestration services for your Kubernetes workloads. It enables your containerized applications to quickly and easily consume persistent storage from NetApp’s broad portfolio that +includes [ONTAP](https://www.netapp.com/data-management/ontap-data-management-software) (AFF/FAS/Select/Cloud), [Element](https://www.netapp.com/data-management/element-software) (HCI/SolidFire), as well as the [Azure NetApp Files](https://www.netapp.com/azure/azure-netapp-files/) +service, [Google Cloud NetApp Volumes](https://www.netapp.com/google-cloud/netapp-volumes/), and [Amazon FSx for ONTAP](https://www.netapp.com/aws/fsx-ontap/). + +Trident features also address data protection, disaster recovery, portability, and migration use cases for +Kubernetes workloads leveraging NetApp's industry-leading data management technology for snapshots, backups, +replication, and cloning. + +Detailed documentation for Trident can be found [here](https://docs.netapp.com/us-en/trident/index.html). + +See [NetApp's Support site](https://mysupport.netapp.com/site/info/version-support) for details on Trident's support policy under the [Trident's Release and Support Lifecycle](https://mysupport.netapp.com/site/info/trident-support) tab. diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/crds/tridentconfigurators.yaml b/packs/trident-operator-26.0.2/charts/trident-operator/crds/tridentconfigurators.yaml new file mode 100644 index 00000000..f3aa8971 --- /dev/null +++ b/packs/trident-operator-26.0.2/charts/trident-operator/crds/tridentconfigurators.yaml @@ -0,0 +1,54 @@ +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + name: tridentconfigurators.trident.netapp.io +spec: + group: trident.netapp.io + versions: + - name: v1 + served: true + storage: true + schema: + openAPIV3Schema: + type: object + x-kubernetes-preserve-unknown-fields: true + subresources: + status: {} + additionalPrinterColumns: + - name: Phase + type: string + description: The backend config phase + priority: 0 + jsonPath: .status.phase + - name: Status + type: string + description: The result of the last operation + priority: 0 + jsonPath: .status.lastOperationStatus + - name: Cloud Provider + type: string + description: The name of cloud provider + priority: 0 + jsonPath: .status.cloudProvider + - name: Storage Driver + type: string + description: The storage driver type + priority: 1 + jsonPath: .spec.storageDriverName + - name: Deletion Policy + type: string + description: The deletion policy + priority: 1 + jsonPath: .status.deletionPolicy + scope: Cluster + names: + plural: tridentconfigurators + singular: tridentconfigurator + kind: TridentConfigurator + shortNames: + - tconf + - tconfigurator + categories: + - trident + - trident-internal + - trident-external \ No newline at end of file diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/crds/tridentorchestrators.yaml b/packs/trident-operator-26.0.2/charts/trident-operator/crds/tridentorchestrators.yaml new file mode 100644 index 00000000..f16b855c --- /dev/null +++ b/packs/trident-operator-26.0.2/charts/trident-operator/crds/tridentorchestrators.yaml @@ -0,0 +1,25 @@ +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + name: tridentorchestrators.trident.netapp.io +spec: + group: trident.netapp.io + versions: + - name: v1 + served: true + storage: true + schema: + openAPIV3Schema: + type: object + x-kubernetes-preserve-unknown-fields: true + subresources: + status: {} + names: + kind: TridentOrchestrator + listKind: TridentOrchestratorList + plural: tridentorchestrators + singular: tridentorchestrator + shortNames: + - torc + - torchestrator + scope: Cluster diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/NOTES.txt b/packs/trident-operator-26.0.2/charts/trident-operator/templates/NOTES.txt new file mode 100644 index 00000000..acb0dd88 --- /dev/null +++ b/packs/trident-operator-26.0.2/charts/trident-operator/templates/NOTES.txt @@ -0,0 +1,18 @@ + +Thank you for installing {{ .Chart.Name }}, which will deploy and manage NetApp's Trident CSI +storage provisioner for Kubernetes. + +Your release is named '{{ .Release.Name }}' and is installed into the '{{ .Release.Namespace }}' namespace. +Please note that there must be only one instance of Trident (and trident-operator) in a Kubernetes cluster. + +To configure Trident to manage storage resources, you will now need to configure at least one storage +backend and add a matching storageClass. + +Examples of backend and storageClass definitions are available at official NetApp Trident documentation. + +Further, You may find all Trident releases and source code online at {{ .Chart.Home }}. + +To learn more about the release, try: + + $ helm status {{ .Release.Name }} + $ helm get all {{ .Release.Name }} diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/_helpers.tpl b/packs/trident-operator-26.0.2/charts/trident-operator/templates/_helpers.tpl new file mode 100644 index 00000000..bbf3dc01 --- /dev/null +++ b/packs/trident-operator-26.0.2/charts/trident-operator/templates/_helpers.tpl @@ -0,0 +1,416 @@ +{{/* vim: set filetype=mustache: */}} +{{/* +Expand the name of the chart. +*/}} +{{- define "trident.name" -}} +{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }} +{{- end }} + +{{/* +Create a default fully qualified app name. +We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). +If release name contains chart name it will be used as a full name. +*/}} +{{- define "trident.fullname" -}} +{{- if .Values.fullnameOverride }} +{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }} +{{- else }} +{{- $name := default .Chart.Name .Values.nameOverride }} +{{- if contains $name .Release.Name }} +{{- .Release.Name | trunc 63 | trimSuffix "-" }} +{{- else }} +{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }} +{{- end }} +{{- end }} +{{- end }} + +{{/* +Create chart name and version as used by the chart label. +*/}} +{{- define "trident.chart" -}} +{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} +{{- end }} + +{{/* +Common labels +*/}} +{{- define "trident.labels" -}} +helm.sh/chart: {{ include "trident.chart" . }} +{{ include "trident.selectorLabels" . }} +{{- if .Chart.AppVersion }} +app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} +{{- end }} +{{- end }} + +{{/* +Selector labels +*/}} +{{- define "trident.selectorLabels" -}} +app.kubernetes.io/name: {{ include "trident.name" . }} +app.kubernetes.io/instance: {{ .Release.Name }} +{{- end }} + +{{/* +Trident operator level +*/}} +{{- define "trident-operator.logLevel" -}} +{{- .Values.operatorLogLevel }} +{{- end }} + +{{/* +Trident operator debug +*/}} +{{- define "trident-operator.debug" -}} +{{- .Values.operatorDebug }} +{{- end }} + +{{/* +Trident operator image +*/}} +{{- define "trident-operator.image" -}} +{{- if .Values.operatorImage }} +{{- .Values.operatorImage }} +{{- else if .Values.imageRegistry }} +{{- .Values.imageRegistry }}/trident-operator:{{ .Values.operatorImageTag | default .Chart.AppVersion }} +{{- else }} +{{- "" }}docker.io/netapp/trident-operator:{{ .Values.operatorImageTag | default .Chart.AppVersion }} +{{- end }} +{{- end }} + +{{/* +Trident force detach +*/}} +{{- define "trident.enableForceDetach" -}} +{{- if .Values.enableForceDetach | printf "%v" | eq "true" }} +{{- "true" }} +{{- else }} +{{- "false" }} +{{- end }} +{{- end }} + +{{/* +Trident IPv6 +*/}} +{{- define "trident.IPv6" -}} +{{- if .Values.tridentIPv6 | printf "%v" | eq "true" }} +{{- "true" }} +{{- else }} +{{- "false" }} +{{- end }} +{{- end }} + +{{/* +Trident SilenceAutosupport +*/}} +{{- define "trident.silenceAutosupport" -}} +{{- if .Values.tridentSilenceAutosupport | printf "%v" | eq "true" }} +{{- "true" }} +{{- else }} +{{- "false" }} +{{- end }} +{{- end }} + +{{/* +Trident ExcludeAutosupport +*/}} +{{- define "trident.excludeAutosupport" -}} +{{- if .Values.tridentExcludeAutosupport | printf "%v" | eq "true" }} +{{- "true" }} +{{- else }} +{{- "false" }} +{{- end }} +{{- end }} + +Trident AutoSupport image +*/}} +{{- define "trident.autosupportImage" -}} +{{- if .Values.tridentAutosupportImage }} +{{- .Values.tridentAutosupportImage }} +{{- else if .Values.imageRegistry }} +{{- .Values.imageRegistry }}/trident-autosupport:{{ .Values.tridentAutosupportImageTag | default .Chart.AppVersion | trunc 5}} +{{- else }} +{{- "" }}docker.io/netapp/trident-autosupport:{{ .Values.tridentAutosupportImageTag | default .Chart.AppVersion | trunc 5}} +{{- end }} +{{- end }} + +{{/* +Trident log level +*/}} +{{- define "trident.logLevel" -}} +{{- .Values.tridentLogLevel }} +{{- end }} + +{{/* +Trident debug (equivalent to debug level) +*/}} +{{- define "trident.debug" -}} +{{- .Values.tridentDebug }} +{{- end }} + +{{/* +Trident logging workflows +*/}} +{{- define "trident.logWorkflows" -}} +{{- .Values.tridentLogWorkflows }} +{{- end }} + +{{/* +Trident logging layers +*/}} +{{- define "trident.logLayers" -}} +{{- .Values.tridentLogLayers }} +{{- end }} + +{{/* +Trident log format +*/}} +{{- define "trident.logFormat" -}} +{{- if eq .Values.tridentLogFormat "json" }} +{{- .Values.tridentLogFormat }} +{{- else }} +{{- "text" }} +{{- end }} +{{- end }} + +{{/* +Trident audit log +*/}} +{{- define "trident.disableAuditLog" -}} +{{- if .Values.tridentDisableAuditLog | printf "%v" | eq "true" }} +{{- "true" }} +{{- else }} +{{- "false" }} +{{- end }} +{{- end }} + +{{/* +Trident probe port +*/}} +{{- define "trident.probePort" -}} +{{- if eq .Values.tridentProbePort "json" }} +{{- .Values.tridentProbePort }} +{{- else }} +{{- 17546 }} +{{- end }} +{{- end }} + +{{/* +Trident image +*/}} +{{- define "trident.image" -}} +{{- if .Values.tridentImage }} +{{- .Values.tridentImage }} +{{- else if .Values.imageRegistry }} +{{- .Values.imageRegistry }}/trident:{{ .Values.tridentImageTag | default .Chart.AppVersion }} +{{- else }} +{{- "" }}docker.io/netapp/trident:{{ .Values.tridentImageTag | default .Chart.AppVersion }} +{{- end }} +{{- end }} + +{{/* +Trident image pull policy +*/}} +{{- define "imagePullPolicy" -}} +{{- if .Values.imagePullPolicy }} +{{- .Values.imagePullPolicy }} +{{- else }} +{{- "IfNotPresent" }} +{{- end }} +{{- end }} + +{{/* +Determines if rancher roles should be created by checking for the presence of the cattle-system namespace +or annotations with the prefix "cattle.io/" in the namespace where the chart is being installed. +Override auto-detection and force install the roles by setting Values.forceInstallRancherClusterRoles to 'true'. +*/}} +{{- define "shouldInstallRancherRoles" -}} +{{- $isRancher := false -}} +{{- $currentNs := .Release.Namespace -}} +{{- $currentNsObj := lookup "v1" "Namespace" "" $currentNs -}} +{{- /* Check if 'forceInstallRancherClusterRoles' is set */ -}} +{{- if .Values.forceInstallRancherClusterRoles }} + {{- $isRancher = true -}} +{{- end }} +{{- /* Check if the annotation prefix "cattle.io/" exists on the namespace */ -}} +{{- if $currentNsObj }} + {{- range $key, $value := $currentNsObj.metadata.annotations }} + {{- if hasPrefix "cattle.io/" $key }} + {{- $isRancher = true -}} + {{- end }} + {{- end }} +{{- end }} +{{- /* Check if cattle-system ns exists */ -}} +{{- $cattleNs := lookup "v1" "Namespace" "" "cattle-system" -}} +{{- if $cattleNs }} + {{- $isRancher = true -}} +{{- end }} +{{- $isRancher -}} +{{- end }} + +{{/* +Helper functions to render resource requests and limits for each container of trident from values.yaml +*/}} +{{- define "trident.resources.controller" -}} +{{- range $key, $val := . }} +{{- $containerName := $key }} +{{- if or $val.requests.cpu $val.requests.memory $val.limits.cpu $val.limits.memory }} +{{ $containerName }}: +{{- if or $val.requests.cpu $val.requests.memory }} + requests: +{{- if $val.requests.cpu }} + cpu: {{ $val.requests.cpu }} +{{- end }} +{{- if $val.requests.memory }} + memory: {{ $val.requests.memory }} +{{- end }} +{{- end }} +{{- if or $val.limits.cpu $val.limits.memory }} + limits: +{{- if $val.limits.cpu }} + cpu: {{ $val.limits.cpu }} +{{- end }} +{{- if $val.limits.memory }} + memory: {{ $val.limits.memory }} +{{- end }} +{{- end }} +{{- end }} +{{- end }} +{{- end }} + +{{- define "trident.resources.node.linux" -}} +{{- range $key, $val := . }} +{{- $containerName := $key }} +{{- if or $val.requests.cpu $val.requests.memory $val.limits.cpu $val.limits.memory }} +{{ $containerName }}: +{{- if or $val.requests.cpu $val.requests.memory }} + requests: +{{- if $val.requests.cpu }} + cpu: {{ $val.requests.cpu }} +{{- end }} +{{- if $val.requests.memory }} + memory: {{ $val.requests.memory }} +{{- end }} +{{- end }} +{{- if or $val.limits.cpu $val.limits.memory }} + limits: +{{- if $val.limits.cpu }} + cpu: {{ $val.limits.cpu }} +{{- end }} +{{- if $val.limits.memory }} + memory: {{ $val.limits.memory }} +{{- end }} +{{- end }} +{{- end }} +{{- end }} +{{- end }} + +{{- define "trident.resources.node.windows" -}} +{{- range $key, $val := . }} +{{- $containerName := $key }} +{{- if or $val.requests.cpu $val.requests.memory $val.limits.cpu $val.limits.memory }} +{{ $containerName }}: +{{- if or $val.requests.cpu $val.requests.memory }} + requests: +{{- if $val.requests.cpu }} + cpu: {{ $val.requests.cpu }} +{{- end }} +{{- if $val.requests.memory }} + memory: {{ $val.requests.memory }} +{{- end }} +{{- end }} +{{- if or $val.limits.cpu $val.limits.memory }} + limits: +{{- if $val.limits.cpu }} + cpu: {{ $val.limits.cpu }} +{{- end }} +{{- if $val.limits.memory }} + memory: {{ $val.limits.memory }} +{{- end }} +{{- end }} +{{- end }} +{{- end }} +{{- end }} + +{{/* +Helper functions to check if resources are actually defined (not just empty structure) +*/}} +{{- define "trident.hasControllerResources" -}} + {{- $hasResources := false -}} + {{- if .Values.resources -}} + {{- if .Values.resources.controller -}} + {{- range $key, $val := .Values.resources.controller -}} + {{- if or $val.requests.cpu $val.requests.memory $val.limits.cpu $val.limits.memory -}} + {{- $hasResources = true -}} + {{- end -}} + {{- end -}} + {{- end -}} + {{- end -}} + {{- if $hasResources -}}true{{- end -}} +{{- end -}} + +{{- define "trident.hasNodeLinuxResources" -}} + {{- $hasResources := false -}} + {{- if .Values.resources -}} + {{- if .Values.resources.node -}} + {{- if .Values.resources.node.linux -}} + {{- range $key, $val := .Values.resources.node.linux -}} + {{- if or $val.requests.cpu $val.requests.memory $val.limits.cpu $val.limits.memory -}} + {{- $hasResources = true -}} + {{- end -}} + {{- end -}} + {{- end -}} + {{- end -}} + {{- end -}} + {{- if $hasResources -}}true{{- end -}} +{{- end -}} + +{{- define "trident.hasNodeWindowsResources" -}} + {{- $hasResources := false -}} + {{- if .Values.resources -}} + {{- if .Values.resources.node -}} + {{- if .Values.resources.node.windows -}} + {{- range $key, $val := .Values.resources.node.windows -}} + {{- if or $val.requests.cpu $val.requests.memory $val.limits.cpu $val.limits.memory -}} + {{- $hasResources = true -}} + {{- end -}} + {{- end -}} + {{- end -}} + {{- end -}} + {{- end -}} + {{- if $hasResources -}}true{{- end -}} +{{- end -}} + +{{/* +Helper function to check if operator resources are defined +*/}} +{{- define "trident-operator.hasResources" -}} + {{- $val := . -}} + {{- if or $val.requests.cpu $val.requests.memory $val.limits.cpu $val.limits.memory -}} + true + {{- end -}} +{{- end -}} + +{{/* +Helper function to render resource requests and limits for the operator +*/}} +{{- define "trident-operator.resources" }} +{{- $val := .}} +{{- if or $val.requests.cpu $val.requests.memory }} +requests: +{{- if $val.requests.cpu }} + cpu: {{ $val.requests.cpu }} +{{- end }} +{{- if $val.requests.memory }} + memory: {{ $val.requests.memory }} +{{- end }} +{{- end }} +{{- if or $val.limits.cpu $val.limits.memory }} +limits: +{{- if $val.limits.cpu }} + cpu: {{ $val.limits.cpu }} +{{- end }} +{{- if $val.limits.memory }} + memory: {{ $val.limits.memory }} +{{- end }} +{{- end }} +{{- end -}} diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrole-rancher.yaml b/packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrole-rancher.yaml new file mode 100644 index 00000000..6300f2f2 --- /dev/null +++ b/packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrole-rancher.yaml @@ -0,0 +1,13 @@ +{{- if include "shouldInstallRancherRoles" . | eq "true" }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: trident-operator-rancher +rules: + - apiGroups: + - management.cattle.io + resources: + - projects + verbs: + - updatepsa +{{- end }} diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrole.yaml b/packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrole.yaml new file mode 100644 index 00000000..92279962 --- /dev/null +++ b/packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrole.yaml @@ -0,0 +1,458 @@ +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + creationTimestamp: null + name: trident-operator + labels: + app: operator.trident.netapp.io +rules: + # Permissions same as Trident + - apiGroups: + - "" + resources: + - namespaces + verbs: + - get + - list + - apiGroups: + - "" + resources: + - persistentvolumes + - persistentvolumeclaims + verbs: + - get + - list + - watch + - create + - delete + - update + - patch + - apiGroups: + - "" + resources: + - persistentvolumeclaims/status + verbs: + - update + - patch + - apiGroups: + - storage.k8s.io + resources: + - storageclasses + verbs: + - get + - list + - watch + - create + - delete + - update + - patch + - apiGroups: + - "" + resources: + - events + verbs: + - get + - list + - watch + - create + - update + - patch + - apiGroups: + - "" + resources: + - secrets + verbs: + - get + - list + - watch + - create + - delete + - update + - patch + - apiGroups: + - "" + resources: + - resourcequotas + verbs: + - get + - list + - watch + - create + - delete + - update + - patch + - apiGroups: + - "" + resources: + - pods + verbs: + - get + - list + - watch + - create + - delete + - update + - patch + - apiGroups: + - "" + resources: + - pods/log + verbs: + - get + - list + - watch + - apiGroups: + - "" + resources: + - nodes + verbs: + - get + - list + - watch + - update + - apiGroups: + - storage.k8s.io + resources: + - volumeattachments + verbs: + - get + - list + - watch + - update + - patch + - delete + - apiGroups: + - storage.k8s.io + resources: + - volumeattachments/status + verbs: + - update + - patch + - apiGroups: + - snapshot.storage.k8s.io + resources: + - volumesnapshots + - volumesnapshotclasses + verbs: + - get + - list + - watch + - update + - patch + - apiGroups: + - snapshot.storage.k8s.io + resources: + - volumesnapshotclasses + verbs: + - create + - delete + - apiGroups: + - snapshot.storage.k8s.io + resources: + - volumesnapshots/status + - volumesnapshotcontents/status + verbs: + - update + - patch + - apiGroups: + - snapshot.storage.k8s.io + resources: + - volumesnapshotcontents + verbs: + - get + - list + - watch + - create + - delete + - update + - patch + - apiGroups: + - groupsnapshot.storage.k8s.io + resources: + - volumegroupsnapshots + verbs: + - list + - apiGroups: + - groupsnapshot.storage.k8s.io + resources: + - volumegroupsnapshotclasses + verbs: + - list + - watch + - apiGroups: + - groupsnapshot.storage.k8s.io + resources: + - volumegroupsnapshotcontents + verbs: + - get + - list + - watch + - patch + - apiGroups: + - groupsnapshot.storage.k8s.io + resources: + - volumegroupsnapshotcontents/status + verbs: + - update + - apiGroups: + - csi.storage.k8s.io + resources: + - csidrivers + - csinodeinfos + verbs: + - get + - list + - watch + - create + - delete + - update + - patch + - apiGroups: + - storage.k8s.io + resources: + - csidrivers + - csinodes + verbs: + - get + - list + - watch + - create + - delete + - update + - patch + - apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions + verbs: + - get + - list + - watch + - create + - delete + - update + - patch + - apiGroups: + - trident.netapp.io + resources: + - tridentversions + - tridentbackends + - tridentstorageclasses + - tridentvolumes + - tridentvolumepublications + - tridentvolumereferences + - tridentnodes + - tridenttransactions + - tridentsnapshots + - tridentbackendconfigs + - tridentbackendconfigs/status + - tridentmirrorrelationships + - tridentmirrorrelationships/status + - tridentactionmirrorupdates + - tridentactionmirrorupdates/status + - tridentsnapshotinfos + - tridentsnapshotinfos/status + - tridentgroupsnapshots + - tridentgroupsnapshots/status + - tridentactionsnapshotrestores + - tridentactionsnapshotrestores/status + - tridentnoderemediations + - tridentnoderemediations/status + - tridentnoderemediationtemplates + - tridentnoderemediationtemplates/status + - tridentprovisioners # Required for Tprov + - tridentprovisioners/status # Required to update Tprov's status section + - tridentorchestrators # Required for torc + - tridentorchestrators/status # Required to update torc's status section + - tridentconfigurators # Required for tconf + - tridentconfigurators/status # Required to update tconf's status section + - tridentautogrowpolicies + - tridentautogrowpolicies/status + - tridentautogrowrequestinternals + - tridentautogrowrequestinternals/status + verbs: + - get + - list + - watch + - create + - delete + - update + - patch + - apiGroups: + - policy + resources: + - podsecuritypolicies + verbs: + - use + resourceNames: + - trident-controller + - trident-node-linux + - trident-node-windows + # Now Operator specific permissions + - apiGroups: + - "" + resources: + - namespaces + verbs: + - create + - patch + - apiGroups: + - apps + resources: + - deployments + - daemonsets + - statefulsets + verbs: + - get + - list + - watch + - create + - apiGroups: + - apps + resources: + - deployments + - statefulsets + verbs: + - delete + - update + - patch + resourceNames: + - trident + - trident-csi + - trident-controller + - apiGroups: + - apps + resources: + - daemonsets + verbs: + - delete + - update + - patch + resourceNames: + - trident + - trident-csi + - trident-csi-windows + - trident-node-linux + - trident-node-windows + - apiGroups: + - "" + resources: + - pods/exec + - services + - serviceaccounts + verbs: + - get + - list + - create + - apiGroups: + - "" + resources: + - pods/exec + - services + verbs: + - delete + - update + - patch + resourceNames: + - trident-csi + - trident + - apiGroups: + - "" + resources: + - serviceaccounts + verbs: + - delete + - update + - patch + resourceNames: + - trident-controller + - trident-node-linux + - trident-node-windows + - trident-csi + - trident + - apiGroups: + - authorization.openshift.io + - rbac.authorization.k8s.io + resources: + - roles + - rolebindings + - clusterroles + - clusterrolebindings + verbs: + - list + - create + - apiGroups: + - authorization.openshift.io + - rbac.authorization.k8s.io + resources: + - roles + - rolebindings + - clusterroles + - clusterrolebindings + verbs: + - get + - delete + - update + - patch + resourceNames: + - trident-node-remediation-access + - trident-controller + - trident-node-linux + - trident-node-windows + - trident-csi + - trident + - apiGroups: + - policy + resources: + - podsecuritypolicies + verbs: + - list + - create + - apiGroups: + - policy + resources: + - podsecuritypolicies + resourceNames: + - tridentpods + - trident-controller + - trident-node-linux + - trident-node-windows + verbs: + - delete + - update + - patch + - apiGroups: + - security.openshift.io + resources: + - securitycontextconstraints + verbs: + - get + - list + - create + - apiGroups: + - security.openshift.io + resources: + - securitycontextconstraints + resourceNames: + - trident-controller + - trident-node-linux + - trident-node-windows + - trident + verbs: + - delete + - update + - patch + - apiGroups: + - policy + resources: + - podsecuritypolicies + verbs: + - use + resourceNames: + - tridentoperatorpods + - apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions + verbs: + - get diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrolebinding-rancher.yaml b/packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrolebinding-rancher.yaml new file mode 100644 index 00000000..b70fcff9 --- /dev/null +++ b/packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrolebinding-rancher.yaml @@ -0,0 +1,14 @@ +{{- if include "shouldInstallRancherRoles" . | eq "true" }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: trident-operator-rancher +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: trident-operator-rancher +subjects: + - kind: ServiceAccount + name: trident-operator + namespace: {{ .Release.Namespace }} +{{- end }} diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrolebinding.yaml b/packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrolebinding.yaml new file mode 100644 index 00000000..e6297525 --- /dev/null +++ b/packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrolebinding.yaml @@ -0,0 +1,14 @@ +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: trident-operator + labels: + app: operator.trident.netapp.io +subjects: + - kind: ServiceAccount + name: trident-operator + namespace: {{ .Release.Namespace }} +roleRef: + kind: ClusterRole + name: trident-operator + apiGroup: rbac.authorization.k8s.io diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/deployment.yaml b/packs/trident-operator-26.0.2/charts/trident-operator/templates/deployment.yaml new file mode 100644 index 00000000..c57bb587 --- /dev/null +++ b/packs/trident-operator-26.0.2/charts/trident-operator/templates/deployment.yaml @@ -0,0 +1,82 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: +{{- if .Values.deploymentAnnotations }} + annotations: +{{ toYaml .Values.deploymentAnnotations | indent 4 }} +{{- end }} + labels: + app: operator.trident.netapp.io + name: trident-operator + namespace: {{ .Release.Namespace }} +spec: + replicas: 1 + strategy: + type: Recreate + selector: + matchLabels: + app: operator.trident.netapp.io + name: trident-operator + template: + metadata: + {{- if .Values.podAnnotations }} + annotations: +{{ toYaml .Values.podAnnotations | indent 8 }} + {{- end }} + labels: + app: operator.trident.netapp.io + name: trident-operator + {{- if and (eq .Values.cloudProvider "Azure") (ne .Values.cloudIdentity "") }} + azure.workload.identity/use: 'true' + {{- end }} + spec: + {{- if .Values.affinity }} + affinity: +{{- toYaml .Values.affinity | nindent 8 }} + {{- end }} + {{- if .Values.nodeSelector }} + nodeSelector: +{{ toYaml .Values.nodeSelector | indent 8 }} + {{- end }} + {{- if .Values.tolerations }} + tolerations: +{{ toYaml .Values.tolerations | indent 8 }} + {{- end }} + serviceAccountName: trident-operator + containers: + - command: + - /trident-operator + {{- if or .Values.anfConfigurator.enabled .Values.ontapConfigurator.enabled }} + - -configurator-reconcile-interval={{ .Values.configuratorReconcileInterval }} + {{- end }} + {{- if .Values.operatorDebug }} + - -debug + {{- end }} + env: + - name: POD_NAME + valueFrom: + fieldRef: + fieldPath: metadata.name + - name: OPERATOR_NAME + value: trident-operator + {{- if and (eq .Values.cloudProvider "Azure") (eq .Values.cloudIdentity "") }} + - name: AZURE_CREDENTIAL_FILE + value: /etc/kubernetes/azure.json + volumeMounts: + - name: azure-cred + mountPath: /etc/kubernetes + {{- end }} + image: {{ include "trident-operator.image" $ }} + imagePullPolicy: {{ .Values.imagePullPolicy }} + name: trident-operator + {{- if (include "trident-operator.hasResources" .Values.resources.operator) }} + resources: + {{- include "trident-operator.resources" .Values.resources.operator | indent 10 }} + {{- end }} + {{- if and (eq .Values.cloudProvider "Azure") (eq .Values.cloudIdentity "") }} + volumes: + - name: azure-cred + hostPath: + path: /etc/kubernetes + type: DirectoryOrCreate + {{- end }} diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/postdeletecrdshook.yaml b/packs/trident-operator-26.0.2/charts/trident-operator/templates/postdeletecrdshook.yaml new file mode 100644 index 00000000..a9ee84dd --- /dev/null +++ b/packs/trident-operator-26.0.2/charts/trident-operator/templates/postdeletecrdshook.yaml @@ -0,0 +1,82 @@ +{{- if or .Values.cleanupCrds }} + +apiVersion: v1 +kind: ServiceAccount +metadata: + name: post-delete-service-account + namespace: {{ .Release.Namespace }} + annotations: + "helm.sh/hook": post-delete + "helm.sh/hook-weight": "-10" + "helm.sh/hook-delete-policy": hook-succeeded + +--- + +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: post-delete-cluster-role + annotations: + "helm.sh/hook": post-delete + "helm.sh/hook-weight": "-9" + "helm.sh/hook-delete-policy": hook-succeeded +rules: +- apiGroups: ["apiextensions.k8s.io"] + resources: ["customresourcedefinitions"] + verbs: ["get", "list", "delete", "patch"] + +--- + +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: post-delete-cluster-rolebinding + annotations: + "helm.sh/hook": post-delete + "helm.sh/hook-weight": "-8" + "helm.sh/hook-delete-policy": hook-succeeded +subjects: +- kind: ServiceAccount + name: post-delete-service-account + namespace: {{ .Release.Namespace }} +roleRef: + kind: ClusterRole + name: post-delete-cluster-role + apiGroup: rbac.authorization.k8s.io + +--- + +apiVersion: batch/v1 +kind: Job +metadata: + name: post-delete-hook + namespace: {{ .Release.Namespace }} + labels: + app.kubernetes.io/managed-by: {{ .Release.Service | quote }} + app.kubernetes.io/instance: {{ .Release.Name | quote }} + app.kubernetes.io/version: {{ .Chart.AppVersion }} + helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" + annotations: + "helm.sh/hook": post-delete + "helm.sh/hook-weight": "-5" + "helm.sh/hook-delete-policy": hook-succeeded,hook-failed +spec: + template: + spec: + serviceAccountName: post-delete-service-account + containers: + - name: post-delete-container + image: {{ .Values.helmHookImage }} + command: + - sh + - -c + - | + set -x + kubectl patch crd tridentorchestrators.trident.netapp.io -p '{"metadata":{"finalizers":[]}}' --type=merge + kubectl delete crd tridentorchestrators.trident.netapp.io + kubectl patch crd tridentconfigurators.trident.netapp.io -p '{"metadata":{"finalizers":[]}}' --type=merge + kubectl delete crd tridentconfigurators.trident.netapp.io + restartPolicy: Never + backoffLimit: 4 + +{{- end }} \ No newline at end of file diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/postinstallupgradehook.yaml b/packs/trident-operator-26.0.2/charts/trident-operator/templates/postinstallupgradehook.yaml new file mode 100644 index 00000000..103b2b15 --- /dev/null +++ b/packs/trident-operator-26.0.2/charts/trident-operator/templates/postinstallupgradehook.yaml @@ -0,0 +1,70 @@ +{{- if or .Values.anfConfigurator.enabled .Values.ontapConfigurator.enabled }} +apiVersion: v1 +kind: Service +metadata: + name: trident-operator + namespace: {{ .Release.Namespace }} +spec: + selector: + app: operator.trident.netapp.io + ports: + - name: http + protocol: TCP + port: 8000 + targetPort: 8002 +--- +apiVersion: v1 +kind: Pod +metadata: + name: trident-post-install-upgrade-hook + namespace: {{ .Release.Namespace }} + annotations: + "helm.sh/hook": post-install, post-upgrade + "helm.sh/hook-delete-policy": hook-succeeded, hook-failed +spec: + restartPolicy: Never + {{- if .Values.affinity }} + affinity: +{{ toYaml .Values.affinity | nindent 4 }} + {{- end }} + {{- if .Values.nodeSelector }} + nodeSelector: +{{ toYaml .Values.nodeSelector | nindent 4 }} + {{- end }} + {{- if .Values.tolerations }} + tolerations: +{{ toYaml .Values.tolerations | nindent 4 }} + {{- end }} + initContainers: + - name: init-container-1 + image: {{ include "trident.image" $ }} + command: + - tridentctl + - --debug + - -s + - 127.0.0.1:8000 + - check + - operator + - --timeout + - "7200" # Keeping it 12 mins as AKS extension script has an upper limit of 15 mins. + env: + - name: POD_NAMESPACE + valueFrom: + fieldRef: + fieldPath: metadata.namespace + containers: + - name: trident-post-hook + image: {{ include "trident.image" $ }} + command: + - tridentctl + - --debug + - -s + - 127.0.0.1:8000 + - check + - operator + env: + - name: POD_NAMESPACE + valueFrom: + fieldRef: + fieldPath: metadata.namespace +{{- end }} diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/predeletecrdshook.yaml b/packs/trident-operator-26.0.2/charts/trident-operator/templates/predeletecrdshook.yaml new file mode 100644 index 00000000..507b38df --- /dev/null +++ b/packs/trident-operator-26.0.2/charts/trident-operator/templates/predeletecrdshook.yaml @@ -0,0 +1,41 @@ +{{- if or .Values.cleanupCrds }} + +apiVersion: batch/v1 +kind: Job +metadata: + name: pre-delete-hook + namespace: {{ .Release.Namespace }} + labels: + app.kubernetes.io/managed-by: {{ .Release.Service | quote }} + app.kubernetes.io/instance: {{ .Release.Name | quote }} + app.kubernetes.io/version: {{ .Chart.AppVersion }} + helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" + annotations: + "helm.sh/hook": pre-delete + "helm.sh/hook-weight": "-5" + "helm.sh/hook-delete-policy": hook-succeeded,hook-failed +spec: + template: + spec: + serviceAccountName: trident-operator + containers: + - name: pre-delete-container + image: {{ .Values.helmHookImage }} + command: + - sh + - -c + - | + set -x + if kubectl get torc trident -n trident; then + kubectl patch torc trident -n trident --type=merge -p '{"spec":{"wipeout":["crds"],"uninstall":true, "skipCRDsToObliviate":["tridentorchestrators.trident.netapp.io", "tridentconfigurators.trident.netapp.io"]}}' + while kubectl get crds | grep '.trident.netapp.io' | grep -v -e 'tridentorchestrators.trident.netapp.io' -e 'tridentconfigurators.trident.netapp.io'; do + echo 'Waiting for CRDs to be deleted...' + sleep 5 + done + else + echo 'Trident orchestrator does not exist.' + fi + restartPolicy: Never + backoffLimit: 4 + +{{- end }} diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/serviceaccount.yaml b/packs/trident-operator-26.0.2/charts/trident-operator/templates/serviceaccount.yaml new file mode 100644 index 00000000..7a73016d --- /dev/null +++ b/packs/trident-operator-26.0.2/charts/trident-operator/templates/serviceaccount.yaml @@ -0,0 +1,20 @@ +apiVersion: v1 +kind: ServiceAccount +metadata: + name: trident-operator + namespace: {{ .Release.Namespace }} + {{- if and (ne .Values.cloudIdentity "") (ne .Values.cloudProvider "") }} + {{- $cloudIdentity := trimPrefix "'" .Values.cloudIdentity }} + {{- $cloudIdentity = trimSuffix "'" $cloudIdentity }} + {{- $cloudIdentityPair := regexSplit ": " $cloudIdentity 2 }} + annotations: + {{ first $cloudIdentityPair }}: {{ last $cloudIdentityPair }} + {{- end }} + labels: + app: operator.trident.netapp.io +{{- if .Values.imagePullSecrets }} +imagePullSecrets: +{{- range .Values.imagePullSecrets }} +- name: {{ . }} +{{- end }} +{{- end }} diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/tridentconfigurator.yaml b/packs/trident-operator-26.0.2/charts/trident-operator/templates/tridentconfigurator.yaml new file mode 100644 index 00000000..8496eb5e --- /dev/null +++ b/packs/trident-operator-26.0.2/charts/trident-operator/templates/tridentconfigurator.yaml @@ -0,0 +1,111 @@ +{{- if .Values.anfConfigurator.enabled }} +apiVersion: trident.netapp.io/v1 +kind: TridentConfigurator +metadata: + name: netapp-anf-backend-configurator +spec: + storageDriverName: azure-netapp-files + {{- if eq .Values.cloudProvider "" }} + tenantID: {{ .Values.anfConfigurator.tenantID }} + clientCredentials: {{ .Values.anfConfigurator.clientCredentials }} + {{- end }} + {{- if or (eq .Values.cloudProvider "") (and (eq .Values.cloudProvider "Azure") (ne .Values.cloudIdentity "")) }} + subscriptionID: {{ .Values.anfConfigurator.subscriptionID }} + location: {{ .Values.anfConfigurator.location }} + {{- end }} + virtualNetwork: {{ .Values.anfConfigurator.virtualNetwork }} + subnet: {{ .Values.anfConfigurator.subnet }} + capacityPools: + {{- range .Values.anfConfigurator.capacityPools }} + - {{ . }} + {{- end }} + netappAccounts: + {{- range .Values.anfConfigurator.netappAccounts }} + - {{ . }} + {{- end }} + resourceGroups: + {{- range .Values.anfConfigurator.resourceGroups }} + - {{ . }} + {{- end }} + customerEncryptionKeys: + {{- range $key, $value := .Values.anfConfigurator.customerEncryptionKeys }} + {{ $key }}: {{ $value }} + {{- end }} +{{- end }} + +--- + +{{- if .Values.ontapConfigurator.enabled }} +{{- $includeCR := false }} +{{- range .Values.ontapConfigurator.svms }} + {{- if or (has "nfs" .protocols) (has "smb" .protocols) }} + {{- $includeCR = true }} + {{- end }} +{{- end }} + +{{- if $includeCR }} +apiVersion: trident.netapp.io/v1 +kind: TridentConfigurator +metadata: + name: netapp-nas-backend-configurator +spec: + storageDriverName: ontap-nas + svms: + {{- range .Values.ontapConfigurator.svms }} + {{- if or (has "nfs" .protocols) (has "smb" .protocols) }} + - fsxnID: {{ .fsxnID | quote }} + protocols: + {{- $filteredProtocols := list }} + {{- range .protocols }} + {{- if or (eq . "nfs") (eq . "smb") }} + {{- $filteredProtocols = append $filteredProtocols . }} + {{- end }} + {{- end }} + {{- range $filteredProtocols }} + - {{ . | quote }} + {{- end }} + svmName: {{ .svmName | quote }} + authType: {{ .authType | default "awsarn" | quote }} + {{- end }} + {{- end }} +{{- end }} +{{- end }} + + +--- + +{{- if .Values.ontapConfigurator.enabled }} +{{- $includeCR := false }} +{{- range .Values.ontapConfigurator.svms }} + {{- if or (has "iscsi" .protocols) (has "nvme" .protocols) }} + {{- $includeCR = true }} + {{- end }} +{{- end }} + +{{- if $includeCR }} +apiVersion: trident.netapp.io/v1 +kind: TridentConfigurator +metadata: + name: netapp-san-backend-configurator +spec: + storageDriverName: ontap-san + svms: + {{- range .Values.ontapConfigurator.svms }} + {{- if or (has "iscsi" .protocols) (has "nvme" .protocols) }} + - fsxnID: {{ .fsxnID | quote }} + protocols: + {{- $filteredProtocols := list }} + {{- range .protocols }} + {{- if or (eq . "iscsi") (eq . "nvme") }} + {{- $filteredProtocols = append $filteredProtocols . }} + {{- end }} + {{- end }} + {{- range $filteredProtocols }} + - {{ . | quote }} + {{- end }} + svmName: {{ .svmName | quote }} + authType: {{ .authType | default "awsarn" | quote }} + {{- end }} + {{- end }} +{{- end }} +{{- end }} diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/tridentorchestrator.yaml b/packs/trident-operator-26.0.2/charts/trident-operator/templates/tridentorchestrator.yaml new file mode 100644 index 00000000..5f5038df --- /dev/null +++ b/packs/trident-operator-26.0.2/charts/trident-operator/templates/tridentorchestrator.yaml @@ -0,0 +1,108 @@ +apiVersion: trident.netapp.io/v1 +kind: TridentOrchestrator +metadata: + name: trident +spec: + namespace: {{ .Release.Namespace }} + enableForceDetach: {{ include "trident.enableForceDetach" $ }} + IPv6: {{ include "trident.IPv6" $ }} + k8sTimeout: {{ .Values.tridentK8sTimeout }} + httpRequestTimeout: {{ .Values.tridentHttpRequestTimeout }} + silenceAutosupport: {{ include "trident.silenceAutosupport" $ }} + {{- if .Values.tridentExcludeAutosupport }} + excludeAutosupport: {{ .Values.tridentExcludeAutosupport }} + {{- end }} + autosupportImage: {{ include "trident.autosupportImage" $ }} + autosupportProxy: {{ .Values.tridentAutosupportProxy }} + autosupportInsecure: {{ .Values.tridentAutosupportInsecure }} + logFormat: {{ include "trident.logFormat" $ }} + disableAuditLog: {{ include "trident.disableAuditLog" $ }} + {{- if .Values.tridentDebug }} + debug: {{ .Values.tridentDebug }} + {{- end }} + {{- if .Values.tridentLogLevel }} + logLevel: {{ .Values.tridentLogLevel }} + {{- end }} + logWorkflows: {{ include "trident.logWorkflows" $ }} + logLayers: {{ include "trident.logLayers" $ }} + probePort: {{ include "trident.probePort" $ }} + tridentImage: {{ include "trident.image" $ }} + {{- if .Values.imageRegistry }} + imageRegistry: {{ .Values.imageRegistry }} + {{- end }} + kubeletDir: {{ .Values.kubeletDir }} + {{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 2 }} + {{- end }} + {{- if .Values.tridentControllerPluginNodeSelector }} + controllerPluginNodeSelector: + {{- range $key, $value := .Values.tridentControllerPluginNodeSelector }} + {{ $key }}: "{{ $value }}" + {{- end }} + {{- end }} + {{- if .Values.tridentControllerPluginTolerations }} + controllerPluginTolerations: + {{- range $value := .Values.tridentControllerPluginTolerations }} + - {{- range $k, $v := $value }} + {{ $k }}: "{{ $v }}" + {{- end}} + {{- end}} + {{- end }} + {{- if .Values.tridentNodePluginNodeSelector }} + nodePluginNodeSelector: + {{- range $key, $value := .Values.tridentNodePluginNodeSelector }} + {{ $key }}: "{{ $value }}" + {{- end }} + {{- end }} + {{- if .Values.tridentNodePluginTolerations }} + nodePluginTolerations: + {{- range $value := .Values.tridentNodePluginTolerations }} + - {{- range $k, $v := $value }} + {{ $k }}: "{{ $v }}" + {{- end}} + {{- end}} + {{- end }} + imagePullPolicy: {{ include "imagePullPolicy" $ }} + windows: {{ .Values.windows }} + cloudProvider: {{ .Values.cloudProvider }} + cloudIdentity: {{ .Values.cloudIdentity }} + enableACP: {{ .Values.enableACP }} + acpImage: {{ .Values.acpImage }} + httpsMetrics: {{ .Values.httpsMetrics }} + enableAutoBackendConfig: {{ or .Values.ontapConfigurator.enabled .Values.anfConfigurator.enabled }} + iscsiSelfHealingInterval: {{ .Values.iscsiSelfHealingInterval }} + iscsiSelfHealingWaitTime: {{ .Values.iscsiSelfHealingWaitTime }} + {{- if .Values.k8sAPIQPS }} + k8sAPIQPS: {{ .Values.k8sAPIQPS }} + {{- end }} + {{- if .Values.fsGroupPolicy }} + fsGroupPolicy: {{ .Values.fsGroupPolicy }} + {{- end }} + {{- if .Values.nodePrep }} + nodePrep: {{- range .Values.nodePrep }} + - {{.}} {{- end }} + {{- end }} + enableConcurrency: {{ .Values.enableConcurrency }} + {{- if .Values.skipCRDsToObliviate }} + skipCRDsToObliviate: {{- range .Values.skipCRDsToObliviate }} + - {{.}} {{- end }} + {{- end }} + {{ if or (include "trident.hasControllerResources" .) (include "trident.hasNodeLinuxResources" .) (include "trident.hasNodeWindowsResources" .) -}} + resources: + {{ if include "trident.hasControllerResources" . -}} + controller: {{ include "trident.resources.controller" .Values.resources.controller | indent 6 }} + {{- end }} + {{ if or (include "trident.hasNodeLinuxResources" .) (include "trident.hasNodeWindowsResources" .) -}} + node: + {{ if include "trident.hasNodeLinuxResources" . -}} + linux: {{ include "trident.resources.node.linux" .Values.resources.node.linux | indent 8 }} + {{- end }} + {{- if include "trident.hasNodeWindowsResources" . }} + windows: {{ include "trident.resources.node.windows" .Values.resources.node.windows | indent 8 }} + {{- end }} + {{- end }} + {{- end }} + {{- if .Values.hostNetwork }} + hostNetwork: {{ .Values.hostNetwork }} + {{- end }} diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/values.yaml b/packs/trident-operator-26.0.2/charts/trident-operator/values.yaml new file mode 100644 index 00000000..e30cee4b --- /dev/null +++ b/packs/trident-operator-26.0.2/charts/trident-operator/values.yaml @@ -0,0 +1,327 @@ +# Default values for standalone. +# This is a YAML-formatted file. + +# helmHookImage specifies the image used for Helm hook jobs +helmHookImage: "alpine/k8s:1.33.0" + +## Node labels for pod assignment +## ref: https://kubernetes.io/docs/user-guide/node-selection/ +nodeSelector: {} + +## Pod Annotations +podAnnotations: {} + +## Deployment Annotations +deploymentAnnotations: {} + +## Tolerations for pod assignment +## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ +tolerations: [] + +## Affinity for pod assignment +## The following affinity configuration ensures that the Trident operator will only be scheduled on nodes with the specified architecture and OS, Hence, do not modify this section. To add custom affinity rules, please append your content to this configuration as needed +## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity +affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: kubernetes.io/arch + operator: In + values: + - arm64 + - amd64 + - key: kubernetes.io/os + operator: In + values: + - linux + + +# tridentControllerPluginNodeSelector additional nodeSelectors for the Pod running the Trident Controller CSI Plugin. +# tridentControllerPluginNodeSelector : {} + +# tridentControllerPluginTolerations overrides tolerations for the Pod running the Trident Controler CSI Plugin. +# tridentControllerPluginTolerations: [] + +# tridentNodePluginNodeSelector additional nodeSelectors for Pods running the Trident Node CSI Plugin. +# tridentNodePluginNodeSelector : {} + +# tridentNodePluginTolerations overrides tolerations for Pods running the Trident Node CSI Plugin. +# tridentNodePluginTolerations: [] + + + +# imageRegistry identifies the registry for the trident-operator, trident, and other images. Leave empty to accept the default. +imageRegistry: "" + +# imagePullPolicy sets the image pull policy for the trident-operator. +imagePullPolicy: IfNotPresent + +# imagePullSecrets sets the image pull secrets for the trident-operator, trident, and other images. +imagePullSecrets: [] + +# kubeletDir allows overriding the host location of kubelet's internal state. (default "/var/lib/kubelet"). +kubeletDir: "" + + +# operatorLogLevel allows the log level of the Trident operator to be set to one of these: +# trace, debug, info, warn, error, fatal. +# operatorLogLevel: "info" + +# operatorDebug allows the log level of the Trident operator to be set to debug +operatorDebug: true + +# operatorImage allows the complete override of the image for trident-operator. +operatorImage: "" + +# operatorImageTag allows overriding the tag of the trident-operator image. +operatorImageTag: "" + + +# tridentIPv6 allows enabling Trident to work in IPv6 clusters. +tridentIPv6: false + +# tridentK8sTimeout overrides the default 30-second timeout for most Kubernetes API operations (if non-zero, in seconds). +tridentK8sTimeout: 0 + +# tridentHttpRequestTimeout (duration) overrides the default 90-second timeout for the HTTP requests, with 0s being an +# infinite duration for the timeout. Negative values are not allowed. +tridentHttpRequestTimeout: "90s" + +# tridentSilenceAutosupport allows disabling Trident's periodic Autosupport reporting. +tridentSilenceAutosupport: false + +# tridentExcludeAutosupport allows removal of the autosupport container when installing Trident. +tridentExcludeAutosupport: false + +# tridentAutosupportImage allows the complete override of the image for Trident's Autosupport container. +tridentAutosupportImage: "" + +# tridentAutosupportImageTag allows overriding the tag of the image for Trident's Autosupport container. +tridentAutosupportImageTag: "26.02" + +# tridentAutosupportProxy allows Trident's autosupport container to phone home via an HTTP proxy. +tridentAutosupportProxy: "" + +# tridentAutosupportInsecure allows Trident's autosupport container to skip TLS verification +tridentAutosupportInsecure: false + +# tridentLogFormat sets the Trident logging format (text or json). +tridentLogFormat: "text" + +# tridentDisableAuditLog disables Trident's audit logger. +tridentDisableAuditLog: true + +# tridentLogLevel allows the log level of Trident to be set to one of these: trace, debug, info, warn, error, fatal. +#tridentLogLevel: "info" + +# tridentDebug allows the log level of Trident to be set to debug +tridentDebug: false + +# tridentLogWorkflows allows specific Trident workflows to be enabled for trace logging or log suppression. +tridentLogWorkflows: "" + +# tridentLogLayers allows specific Trident layers to be enabled for trace logging or log suppression. +tridentLogLayers: "" + +# tridentImage allows the complete override of the image for Trident. +tridentImage: "" + +# tridentImageTag allows overriding the tag of the image for Trident. +tridentImageTag: "" + +# (Deprecated) tridentEnableNodePrep attempts to automatically install required packages on nodes. +tridentEnableNodePrep: false + +# (Deprecated) tridentSkipK8sVersionCheck allows overriding the k8s version limit for Trident. +tridentSkipK8sVersionCheck: false + +# tridentProbePort allows overriding the default port used for k8s liveness/readiness probes. +tridentProbePort: "" + +# windows allows Trident to be installed on Windows worker node. +windows: false + +# enableForceDetach allows enabling the force detach feature. +enableForceDetach: false + +# cloudProvider indicates which cloud platform Trident is running on. +cloudProvider: "" + +# cloudIdentity indicates the identity that needs to be set on service account. +cloudIdentity: "" + +# enableACP allows enabling the Trident-ACP container to run. +enableACP: false + +# acpImage indicates the image the Trident-ACP container should pull. +acpImage: "" + +# httpsMetrics allows enabling the HTTPS metrics. +httpsMetrics: false + +# iscsiSelfHealingInterval is the interval at which the iSCSI self-healing job is invoked +iscsiSelfHealingInterval: "5m0s" + +# iscsiSelfHealingWaitTime is the wait time after which iSCSI self-healing attempts to fix stale sessions +iscsiSelfHealingWaitTime: "7m0s" + +# configuratorReconcileInterval is the resource refresh rate for the auto generated backends. +configuratorReconcileInterval: 30m0s + +# forceInstallRancherClusterRoles will install a Rancher specific ClusterRole and ClusterRoleBinding when set to true. +# When set to false, the ClusterRole and ClusterRoleBinding will be installed only when a Rancher cluster is detected. +forceInstallRancherClusterRoles: false + +# Auto generated ANF backend related fields consumed by the configurator controller. +anfConfigurator: + enabled: false + virtualNetwork: "" + subnet: "" + subscriptionID: "" + tenantID: "" + location: "" + clientCredentials: "" + capacityPools: [] + netappAccounts: [] + resourceGroups: [] + customerEncryptionKeys: {} + +# Auto generated ONTAP backend related fields consumed by the configurator controller. +ontapConfigurator: + enabled: false + svms: + - fsxnID: '' + svmName: '' + protocols: [] + authType: '' + +# enableConcurrency enables the concurrent core feature in Trident **TECH PREVIEW** +enableConcurrency: false + +# Resource requests and limits for Trident components (controller, node, operator). +# Configure CPU and memory for each container and sidecar to manage resource allocation in Kubernetes. +# +# IMPORTANT NOTES: +# - DO NOT change the names of any containers or fields - or, they may not work +# - DO NOT change the indentation - YAML indentation is critical for proper parsing +# - Default values for controller/node are shown in comments (e.g., # 10m) and are applied automatically if not specified +# - Default values for operator are directly specified in the config (not in comments) and will be applied +# - By default, NO limits are applied - only requests have default values +# - Container names are listed as they appear in the pod specifications +# +# STRUCTURE EXPLANATION: +# +# 1. CONTROLLER POD: +# The controller pod runs on a single operating system (Linux), so there are no OS-specific +# sub-sections. All containers within the controller pod are listed directly under 'controller'. +# +# 2. NODE POD: +# The node pod runs on multiple operating systems (Linux and Windows), so it has OS-specific +# sub-sections: 'linux' and 'windows'. Each OS section lists its specific containers. +# +# 3. OPERATOR POD: +# Unlike controller and node pods, the operator has actual default values directly specified +# (not in comments). If removed, no values will be applied. +resources: + controller: + trident-main: + requests: + cpu: # 10m + memory: # 80Mi + limits: + cpu: + memory: + # sidecars + csi-provisioner: + requests: + cpu: # 2m + memory: # 20Mi + limits: + cpu: + memory: + csi-attacher: + requests: + cpu: # 2m + memory: # 20Mi + limits: + cpu: + memory: + csi-resizer: + requests: + cpu: # 3m + memory: # 20Mi + limits: + cpu: + memory: + csi-snapshotter: + requests: + cpu: # 2m + memory: # 20Mi + limits: + cpu: + memory: + trident-autosupport: + requests: + cpu: # 1m + memory: # 30Mi + limits: + cpu: + memory: + node: + linux: + trident-main: + requests: + cpu: # 10m + memory: # 60Mi + limits: + cpu: + memory: + # sidecars + node-driver-registrar: + requests: + cpu: # 1m + memory: # 10Mi + limits: + cpu: + memory: + windows: + trident-main: + requests: + cpu: # 6m + memory: # 40Mi + limits: + cpu: + memory: + # sidecars + node-driver-registrar: + requests: + cpu: # 6m + memory: # 40Mi + limits: + cpu: + memory: + liveness-probe: + requests: + cpu: # 2m + memory: # 40Mi + limits: + cpu: + memory: + operator: + requests: + cpu: 10m + memory: 40Mi + limits: + cpu: + memory: + +# k8sAPIQPS sets the maximum QPS to the Kubernetes API server from the Trident operator. (default 100) +k8sAPIQPS: 0 + +# hostNetwork sets the hostNetwork field in the Trident operator deployment spec. +hostNetwork: false + +# nodePrep enables Trident to prepare the nodes of the Kubernetes cluster to manage volumes using the +# specified data storage protocol. Currently, iSCSI is the only value supported. +nodePrep: [] diff --git a/packs/trident-operator-26.0.2/logo.png b/packs/trident-operator-26.0.2/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..6a7f76663a04adbeb8ac133449f97dc67ed0c215 GIT binary patch literal 4314 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 TM>kIXxd53OTfr+0|9tQtU!4)S literal 0 HcmV?d00001 diff --git a/packs/trident-operator-26.0.2/pack.json b/packs/trident-operator-26.0.2/pack.json new file mode 100644 index 00000000..556e0321 --- /dev/null +++ b/packs/trident-operator-26.0.2/pack.json @@ -0,0 +1,16 @@ +{ + "annotations": { + "source": "community", + "contributor": "netapp" + }, + "cloudTypes": [ + "all" + ], + "displayName": "Trident", + "charts": [ + "charts/trident-operator-100.2602.0.tgz" + ], + "layer": "csi", + "name": "csi-trident", + "version": "26.0.2" +} \ No newline at end of file diff --git a/packs/trident-operator-26.0.2/values.yaml b/packs/trident-operator-26.0.2/values.yaml new file mode 100644 index 00000000..be45f274 --- /dev/null +++ b/packs/trident-operator-26.0.2/values.yaml @@ -0,0 +1,346 @@ +pack: + namespace: trident + content: + images: + - image: docker.io/netapp/trident-operator:26.0.2 + - image: docker.io/netapp/trident-autosupport:26.0.2 + - image: docker.io/netapp/trident:26.0.2 + + charts: + - repo: https://github.com/NetApp/trident/releases/download/v26.0.2/trident-installer-26.0.2.tar.gz + name: trident-operator + version: 26.0.2 + + # Add Pod Security Standard label to trident namespace. + namespaceLabels: + "trident": "pod-security.kubernetes.io/enforce=privileged" + +charts: + trident-operator: + # Default values for standalone. + # This is a YAML-formatted file. + + # helmHookImage specifies the image used for Helm hook jobs + helmHookImage: "alpine/k8s:1.33.0" + + ## Node labels for pod assignment + ## ref: https://kubernetes.io/docs/user-guide/node-selection/ + nodeSelector: {} + + ## Pod Annotations + podAnnotations: {} + + ## Deployment Annotations + deploymentAnnotations: {} + + ## Tolerations for pod assignment + ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ + tolerations: [] + + ## Affinity for pod assignment + ## The following affinity configuration ensures that the Trident operator will only be scheduled on nodes with the specified architecture and OS, Hence, do not modify this section. To add custom affinity rules, please append your content to this configuration as needed + ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity + affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: kubernetes.io/arch + operator: In + values: + - arm64 + - amd64 + - key: kubernetes.io/os + operator: In + values: + - linux + + + # tridentControllerPluginNodeSelector additional nodeSelectors for the Pod running the Trident Controller CSI Plugin. + # tridentControllerPluginNodeSelector : {} + + # tridentControllerPluginTolerations overrides tolerations for the Pod running the Trident Controler CSI Plugin. + # tridentControllerPluginTolerations: [] + + # tridentNodePluginNodeSelector additional nodeSelectors for Pods running the Trident Node CSI Plugin. + # tridentNodePluginNodeSelector : {} + + # tridentNodePluginTolerations overrides tolerations for Pods running the Trident Node CSI Plugin. + # tridentNodePluginTolerations: [] + + + + # imageRegistry identifies the registry for the trident-operator, trident, and other images. Leave empty to accept the default. + imageRegistry: "" + + # imagePullPolicy sets the image pull policy for the trident-operator. + imagePullPolicy: IfNotPresent + + # imagePullSecrets sets the image pull secrets for the trident-operator, trident, and other images. + imagePullSecrets: [] + + # kubeletDir allows overriding the host location of kubelet's internal state. (default "/var/lib/kubelet"). + kubeletDir: "" + + + # operatorLogLevel allows the log level of the Trident operator to be set to one of these: + # trace, debug, info, warn, error, fatal. + # operatorLogLevel: "info" + + # operatorDebug allows the log level of the Trident operator to be set to debug + operatorDebug: true + + # operatorImage allows the complete override of the image for trident-operator. + operatorImage: "" + + # operatorImageTag allows overriding the tag of the trident-operator image. + operatorImageTag: "" + + + # tridentIPv6 allows enabling Trident to work in IPv6 clusters. + tridentIPv6: false + + # tridentK8sTimeout overrides the default 30-second timeout for most Kubernetes API operations (if non-zero, in seconds). + tridentK8sTimeout: 0 + + # tridentHttpRequestTimeout (duration) overrides the default 90-second timeout for the HTTP requests, with 0s being an + # infinite duration for the timeout. Negative values are not allowed. + tridentHttpRequestTimeout: "90s" + + # tridentSilenceAutosupport allows disabling Trident's periodic Autosupport reporting. + tridentSilenceAutosupport: false + + # tridentExcludeAutosupport allows removal of the autosupport container when installing Trident. + tridentExcludeAutosupport: false + + # tridentAutosupportImage allows the complete override of the image for Trident's Autosupport container. + tridentAutosupportImage: "" + + # tridentAutosupportImageTag allows overriding the tag of the image for Trident's Autosupport container. + tridentAutosupportImageTag: "26.02" + + # tridentAutosupportProxy allows Trident's autosupport container to phone home via an HTTP proxy. + tridentAutosupportProxy: "" + + # tridentAutosupportInsecure allows Trident's autosupport container to skip TLS verification + tridentAutosupportInsecure: false + + # tridentLogFormat sets the Trident logging format (text or json). + tridentLogFormat: "text" + + # tridentDisableAuditLog disables Trident's audit logger. + tridentDisableAuditLog: true + + # tridentLogLevel allows the log level of Trident to be set to one of these: trace, debug, info, warn, error, fatal. + #tridentLogLevel: "info" + + # tridentDebug allows the log level of Trident to be set to debug + tridentDebug: false + + # tridentLogWorkflows allows specific Trident workflows to be enabled for trace logging or log suppression. + tridentLogWorkflows: "" + + # tridentLogLayers allows specific Trident layers to be enabled for trace logging or log suppression. + tridentLogLayers: "" + + # tridentImage allows the complete override of the image for Trident. + tridentImage: "" + + # tridentImageTag allows overriding the tag of the image for Trident. + tridentImageTag: "" + + # (Deprecated) tridentEnableNodePrep attempts to automatically install required packages on nodes. + tridentEnableNodePrep: false + + # (Deprecated) tridentSkipK8sVersionCheck allows overriding the k8s version limit for Trident. + tridentSkipK8sVersionCheck: false + + # tridentProbePort allows overriding the default port used for k8s liveness/readiness probes. + tridentProbePort: "" + + # windows allows Trident to be installed on Windows worker node. + windows: false + + # enableForceDetach allows enabling the force detach feature. + enableForceDetach: false + + # cloudProvider indicates which cloud platform Trident is running on. + cloudProvider: "" + + # cloudIdentity indicates the identity that needs to be set on service account. + cloudIdentity: "" + + # enableACP allows enabling the Trident-ACP container to run. + enableACP: false + + # acpImage indicates the image the Trident-ACP container should pull. + acpImage: "" + + # httpsMetrics allows enabling the HTTPS metrics. + httpsMetrics: false + + # iscsiSelfHealingInterval is the interval at which the iSCSI self-healing job is invoked + iscsiSelfHealingInterval: "5m0s" + + # iscsiSelfHealingWaitTime is the wait time after which iSCSI self-healing attempts to fix stale sessions + iscsiSelfHealingWaitTime: "7m0s" + + # configuratorReconcileInterval is the resource refresh rate for the auto generated backends. + configuratorReconcileInterval: 30m0s + + # forceInstallRancherClusterRoles will install a Rancher specific ClusterRole and ClusterRoleBinding when set to true. + # When set to false, the ClusterRole and ClusterRoleBinding will be installed only when a Rancher cluster is detected. + forceInstallRancherClusterRoles: false + + # Auto generated ANF backend related fields consumed by the configurator controller. + anfConfigurator: + enabled: false + virtualNetwork: "" + subnet: "" + subscriptionID: "" + tenantID: "" + location: "" + clientCredentials: "" + capacityPools: [] + netappAccounts: [] + resourceGroups: [] + customerEncryptionKeys: {} + + # Auto generated ONTAP backend related fields consumed by the configurator controller. + ontapConfigurator: + enabled: false + svms: + - fsxnID: '' + svmName: '' + protocols: [] + authType: '' + + # enableConcurrency enables the concurrent core feature in Trident **TECH PREVIEW** + enableConcurrency: false + + # Resource requests and limits for Trident components (controller, node, operator). + # Configure CPU and memory for each container and sidecar to manage resource allocation in Kubernetes. + # + # IMPORTANT NOTES: + # - DO NOT change the names of any containers or fields - or, they may not work + # - DO NOT change the indentation - YAML indentation is critical for proper parsing + # - Default values for controller/node are shown in comments (e.g., # 10m) and are applied automatically if not specified + # - Default values for operator are directly specified in the config (not in comments) and will be applied + # - By default, NO limits are applied - only requests have default values + # - Container names are listed as they appear in the pod specifications + # + # STRUCTURE EXPLANATION: + # + # 1. CONTROLLER POD: + # The controller pod runs on a single operating system (Linux), so there are no OS-specific + # sub-sections. All containers within the controller pod are listed directly under 'controller'. + # + # 2. NODE POD: + # The node pod runs on multiple operating systems (Linux and Windows), so it has OS-specific + # sub-sections: 'linux' and 'windows'. Each OS section lists its specific containers. + # + # 3. OPERATOR POD: + # Unlike controller and node pods, the operator has actual default values directly specified + # (not in comments). If removed, no values will be applied. + resources: + controller: + trident-main: + requests: + cpu: # 10m + memory: # 80Mi + limits: + cpu: + memory: + # sidecars + csi-provisioner: + requests: + cpu: # 2m + memory: # 20Mi + limits: + cpu: + memory: + csi-attacher: + requests: + cpu: # 2m + memory: # 20Mi + limits: + cpu: + memory: + csi-resizer: + requests: + cpu: # 3m + memory: # 20Mi + limits: + cpu: + memory: + csi-snapshotter: + requests: + cpu: # 2m + memory: # 20Mi + limits: + cpu: + memory: + trident-autosupport: + requests: + cpu: # 1m + memory: # 30Mi + limits: + cpu: + memory: + node: + linux: + trident-main: + requests: + cpu: # 10m + memory: # 60Mi + limits: + cpu: + memory: + # sidecars + node-driver-registrar: + requests: + cpu: # 1m + memory: # 10Mi + limits: + cpu: + memory: + windows: + trident-main: + requests: + cpu: # 6m + memory: # 40Mi + limits: + cpu: + memory: + # sidecars + node-driver-registrar: + requests: + cpu: # 6m + memory: # 40Mi + limits: + cpu: + memory: + liveness-probe: + requests: + cpu: # 2m + memory: # 40Mi + limits: + cpu: + memory: + operator: + requests: + cpu: 10m + memory: 40Mi + limits: + cpu: + memory: + + # k8sAPIQPS sets the maximum QPS to the Kubernetes API server from the Trident operator. (default 100) + k8sAPIQPS: 0 + + # hostNetwork sets the hostNetwork field in the Trident operator deployment spec. + hostNetwork: false + + # nodePrep enables Trident to prepare the nodes of the Kubernetes cluster to manage volumes using the + # specified data storage protocol. Currently, iSCSI is the only value supported. + nodePrep: [] diff --git a/packs/trident-operator-addon-26.0.2/README.md b/packs/trident-operator-addon-26.0.2/README.md new file mode 100644 index 00000000..0f246c1a --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/README.md @@ -0,0 +1,24 @@ +NetApp Trident + +[![Support](https://img.shields.io/badge/support-official-0067C5.svg)](http://mysupport.netapp.com/info/web/ECMLP2619434.html) +[![Chat](https://img.shields.io/badge/chat-slack-4C9689.svg)](http://netapp.io/slack/) +[![GitHub last commit](https://img.shields.io/github/last-commit/netapp/trident.svg)](https://github.com/NetApp/trident/commits) +[![license](https://img.shields.io/github/license/netapp/trident.svg)](LICENSE) +[![Docs](https://img.shields.io/badge/docs-official-0067C5.svg)](https://docs.netapp.com/us-en/trident/index.html) +[![Go Report Card](https://goreportcard.com/badge/github.com/netapp/trident)](https://goreportcard.com/report/github.com/netapp/trident) + +Trident is a fully supported open source project maintained by [NetApp](https://www.netapp.com). It has been designed +from the ground up to help you meet your containerized applications' persistence demands using industry-standard +interfaces, such as the [Container Storage Interface (CSI)](https://kubernetes-csi.github.io/docs/introduction.html). + +Trident deploys in Kubernetes clusters as pods and provides dynamic storage orchestration services for your Kubernetes workloads. It enables your containerized applications to quickly and easily consume persistent storage from NetApp’s broad portfolio that +includes [ONTAP](https://www.netapp.com/data-management/ontap-data-management-software) (AFF/FAS/Select/Cloud), [Element](https://www.netapp.com/data-management/element-software) (HCI/SolidFire), as well as the [Azure NetApp Files](https://www.netapp.com/azure/azure-netapp-files/) +service, [Google Cloud NetApp Volumes](https://www.netapp.com/google-cloud/netapp-volumes/), and [Amazon FSx for ONTAP](https://www.netapp.com/aws/fsx-ontap/). + +Trident features also address data protection, disaster recovery, portability, and migration use cases for +Kubernetes workloads leveraging NetApp's industry-leading data management technology for snapshots, backups, +replication, and cloning. + +Detailed documentation for Trident can be found [here](https://docs.netapp.com/us-en/trident/index.html). + +See [NetApp's Support site](https://mysupport.netapp.com/site/info/version-support) for details on Trident's support policy under the [Trident's Release and Support Lifecycle](https://mysupport.netapp.com/site/info/trident-support) tab. diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator-100.2602.0.tgz b/packs/trident-operator-addon-26.0.2/charts/trident-operator-100.2602.0.tgz new file mode 100644 index 0000000000000000000000000000000000000000..5aad9ff63eff782cf97a889adbabff8435dbf2a6 GIT binary patch literal 11642 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 E0Py(_#Q*>R literal 0 HcmV?d00001 diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/.helmignore b/packs/trident-operator-addon-26.0.2/charts/trident-operator/.helmignore new file mode 100644 index 00000000..0e8a0eb3 --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/charts/trident-operator/.helmignore @@ -0,0 +1,23 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*.orig +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/Chart.yaml b/packs/trident-operator-addon-26.0.2/charts/trident-operator/Chart.yaml new file mode 100644 index 00000000..82160961 --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/charts/trident-operator/Chart.yaml @@ -0,0 +1,15 @@ +apiVersion: v2 +appVersion: 26.02.0 +description: A Helm chart for deploying NetApp's Trident CSI storage provisioner using + the Trident Operator. +home: https://github.com/NetApp/trident +icon: https://raw.githubusercontent.com/NetApp/trident/master/logo/trident.png +keywords: +- NetApp +- Trident +- operator +- CSI +kubeVersion: '>= 1.24.0-0' +name: trident-operator +type: application +version: 100.2602.0 diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/README.md b/packs/trident-operator-addon-26.0.2/charts/trident-operator/README.md new file mode 100644 index 00000000..0f246c1a --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/charts/trident-operator/README.md @@ -0,0 +1,24 @@ +NetApp Trident + +[![Support](https://img.shields.io/badge/support-official-0067C5.svg)](http://mysupport.netapp.com/info/web/ECMLP2619434.html) +[![Chat](https://img.shields.io/badge/chat-slack-4C9689.svg)](http://netapp.io/slack/) +[![GitHub last commit](https://img.shields.io/github/last-commit/netapp/trident.svg)](https://github.com/NetApp/trident/commits) +[![license](https://img.shields.io/github/license/netapp/trident.svg)](LICENSE) +[![Docs](https://img.shields.io/badge/docs-official-0067C5.svg)](https://docs.netapp.com/us-en/trident/index.html) +[![Go Report Card](https://goreportcard.com/badge/github.com/netapp/trident)](https://goreportcard.com/report/github.com/netapp/trident) + +Trident is a fully supported open source project maintained by [NetApp](https://www.netapp.com). It has been designed +from the ground up to help you meet your containerized applications' persistence demands using industry-standard +interfaces, such as the [Container Storage Interface (CSI)](https://kubernetes-csi.github.io/docs/introduction.html). + +Trident deploys in Kubernetes clusters as pods and provides dynamic storage orchestration services for your Kubernetes workloads. It enables your containerized applications to quickly and easily consume persistent storage from NetApp’s broad portfolio that +includes [ONTAP](https://www.netapp.com/data-management/ontap-data-management-software) (AFF/FAS/Select/Cloud), [Element](https://www.netapp.com/data-management/element-software) (HCI/SolidFire), as well as the [Azure NetApp Files](https://www.netapp.com/azure/azure-netapp-files/) +service, [Google Cloud NetApp Volumes](https://www.netapp.com/google-cloud/netapp-volumes/), and [Amazon FSx for ONTAP](https://www.netapp.com/aws/fsx-ontap/). + +Trident features also address data protection, disaster recovery, portability, and migration use cases for +Kubernetes workloads leveraging NetApp's industry-leading data management technology for snapshots, backups, +replication, and cloning. + +Detailed documentation for Trident can be found [here](https://docs.netapp.com/us-en/trident/index.html). + +See [NetApp's Support site](https://mysupport.netapp.com/site/info/version-support) for details on Trident's support policy under the [Trident's Release and Support Lifecycle](https://mysupport.netapp.com/site/info/trident-support) tab. diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/crds/tridentconfigurators.yaml b/packs/trident-operator-addon-26.0.2/charts/trident-operator/crds/tridentconfigurators.yaml new file mode 100644 index 00000000..f3aa8971 --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/charts/trident-operator/crds/tridentconfigurators.yaml @@ -0,0 +1,54 @@ +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + name: tridentconfigurators.trident.netapp.io +spec: + group: trident.netapp.io + versions: + - name: v1 + served: true + storage: true + schema: + openAPIV3Schema: + type: object + x-kubernetes-preserve-unknown-fields: true + subresources: + status: {} + additionalPrinterColumns: + - name: Phase + type: string + description: The backend config phase + priority: 0 + jsonPath: .status.phase + - name: Status + type: string + description: The result of the last operation + priority: 0 + jsonPath: .status.lastOperationStatus + - name: Cloud Provider + type: string + description: The name of cloud provider + priority: 0 + jsonPath: .status.cloudProvider + - name: Storage Driver + type: string + description: The storage driver type + priority: 1 + jsonPath: .spec.storageDriverName + - name: Deletion Policy + type: string + description: The deletion policy + priority: 1 + jsonPath: .status.deletionPolicy + scope: Cluster + names: + plural: tridentconfigurators + singular: tridentconfigurator + kind: TridentConfigurator + shortNames: + - tconf + - tconfigurator + categories: + - trident + - trident-internal + - trident-external \ No newline at end of file diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/crds/tridentorchestrators.yaml b/packs/trident-operator-addon-26.0.2/charts/trident-operator/crds/tridentorchestrators.yaml new file mode 100644 index 00000000..f16b855c --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/charts/trident-operator/crds/tridentorchestrators.yaml @@ -0,0 +1,25 @@ +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + name: tridentorchestrators.trident.netapp.io +spec: + group: trident.netapp.io + versions: + - name: v1 + served: true + storage: true + schema: + openAPIV3Schema: + type: object + x-kubernetes-preserve-unknown-fields: true + subresources: + status: {} + names: + kind: TridentOrchestrator + listKind: TridentOrchestratorList + plural: tridentorchestrators + singular: tridentorchestrator + shortNames: + - torc + - torchestrator + scope: Cluster diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/NOTES.txt b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/NOTES.txt new file mode 100644 index 00000000..acb0dd88 --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/NOTES.txt @@ -0,0 +1,18 @@ + +Thank you for installing {{ .Chart.Name }}, which will deploy and manage NetApp's Trident CSI +storage provisioner for Kubernetes. + +Your release is named '{{ .Release.Name }}' and is installed into the '{{ .Release.Namespace }}' namespace. +Please note that there must be only one instance of Trident (and trident-operator) in a Kubernetes cluster. + +To configure Trident to manage storage resources, you will now need to configure at least one storage +backend and add a matching storageClass. + +Examples of backend and storageClass definitions are available at official NetApp Trident documentation. + +Further, You may find all Trident releases and source code online at {{ .Chart.Home }}. + +To learn more about the release, try: + + $ helm status {{ .Release.Name }} + $ helm get all {{ .Release.Name }} diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/_helpers.tpl b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/_helpers.tpl new file mode 100644 index 00000000..bbf3dc01 --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/_helpers.tpl @@ -0,0 +1,416 @@ +{{/* vim: set filetype=mustache: */}} +{{/* +Expand the name of the chart. +*/}} +{{- define "trident.name" -}} +{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }} +{{- end }} + +{{/* +Create a default fully qualified app name. +We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). +If release name contains chart name it will be used as a full name. +*/}} +{{- define "trident.fullname" -}} +{{- if .Values.fullnameOverride }} +{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }} +{{- else }} +{{- $name := default .Chart.Name .Values.nameOverride }} +{{- if contains $name .Release.Name }} +{{- .Release.Name | trunc 63 | trimSuffix "-" }} +{{- else }} +{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }} +{{- end }} +{{- end }} +{{- end }} + +{{/* +Create chart name and version as used by the chart label. +*/}} +{{- define "trident.chart" -}} +{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} +{{- end }} + +{{/* +Common labels +*/}} +{{- define "trident.labels" -}} +helm.sh/chart: {{ include "trident.chart" . }} +{{ include "trident.selectorLabels" . }} +{{- if .Chart.AppVersion }} +app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} +{{- end }} +{{- end }} + +{{/* +Selector labels +*/}} +{{- define "trident.selectorLabels" -}} +app.kubernetes.io/name: {{ include "trident.name" . }} +app.kubernetes.io/instance: {{ .Release.Name }} +{{- end }} + +{{/* +Trident operator level +*/}} +{{- define "trident-operator.logLevel" -}} +{{- .Values.operatorLogLevel }} +{{- end }} + +{{/* +Trident operator debug +*/}} +{{- define "trident-operator.debug" -}} +{{- .Values.operatorDebug }} +{{- end }} + +{{/* +Trident operator image +*/}} +{{- define "trident-operator.image" -}} +{{- if .Values.operatorImage }} +{{- .Values.operatorImage }} +{{- else if .Values.imageRegistry }} +{{- .Values.imageRegistry }}/trident-operator:{{ .Values.operatorImageTag | default .Chart.AppVersion }} +{{- else }} +{{- "" }}docker.io/netapp/trident-operator:{{ .Values.operatorImageTag | default .Chart.AppVersion }} +{{- end }} +{{- end }} + +{{/* +Trident force detach +*/}} +{{- define "trident.enableForceDetach" -}} +{{- if .Values.enableForceDetach | printf "%v" | eq "true" }} +{{- "true" }} +{{- else }} +{{- "false" }} +{{- end }} +{{- end }} + +{{/* +Trident IPv6 +*/}} +{{- define "trident.IPv6" -}} +{{- if .Values.tridentIPv6 | printf "%v" | eq "true" }} +{{- "true" }} +{{- else }} +{{- "false" }} +{{- end }} +{{- end }} + +{{/* +Trident SilenceAutosupport +*/}} +{{- define "trident.silenceAutosupport" -}} +{{- if .Values.tridentSilenceAutosupport | printf "%v" | eq "true" }} +{{- "true" }} +{{- else }} +{{- "false" }} +{{- end }} +{{- end }} + +{{/* +Trident ExcludeAutosupport +*/}} +{{- define "trident.excludeAutosupport" -}} +{{- if .Values.tridentExcludeAutosupport | printf "%v" | eq "true" }} +{{- "true" }} +{{- else }} +{{- "false" }} +{{- end }} +{{- end }} + +Trident AutoSupport image +*/}} +{{- define "trident.autosupportImage" -}} +{{- if .Values.tridentAutosupportImage }} +{{- .Values.tridentAutosupportImage }} +{{- else if .Values.imageRegistry }} +{{- .Values.imageRegistry }}/trident-autosupport:{{ .Values.tridentAutosupportImageTag | default .Chart.AppVersion | trunc 5}} +{{- else }} +{{- "" }}docker.io/netapp/trident-autosupport:{{ .Values.tridentAutosupportImageTag | default .Chart.AppVersion | trunc 5}} +{{- end }} +{{- end }} + +{{/* +Trident log level +*/}} +{{- define "trident.logLevel" -}} +{{- .Values.tridentLogLevel }} +{{- end }} + +{{/* +Trident debug (equivalent to debug level) +*/}} +{{- define "trident.debug" -}} +{{- .Values.tridentDebug }} +{{- end }} + +{{/* +Trident logging workflows +*/}} +{{- define "trident.logWorkflows" -}} +{{- .Values.tridentLogWorkflows }} +{{- end }} + +{{/* +Trident logging layers +*/}} +{{- define "trident.logLayers" -}} +{{- .Values.tridentLogLayers }} +{{- end }} + +{{/* +Trident log format +*/}} +{{- define "trident.logFormat" -}} +{{- if eq .Values.tridentLogFormat "json" }} +{{- .Values.tridentLogFormat }} +{{- else }} +{{- "text" }} +{{- end }} +{{- end }} + +{{/* +Trident audit log +*/}} +{{- define "trident.disableAuditLog" -}} +{{- if .Values.tridentDisableAuditLog | printf "%v" | eq "true" }} +{{- "true" }} +{{- else }} +{{- "false" }} +{{- end }} +{{- end }} + +{{/* +Trident probe port +*/}} +{{- define "trident.probePort" -}} +{{- if eq .Values.tridentProbePort "json" }} +{{- .Values.tridentProbePort }} +{{- else }} +{{- 17546 }} +{{- end }} +{{- end }} + +{{/* +Trident image +*/}} +{{- define "trident.image" -}} +{{- if .Values.tridentImage }} +{{- .Values.tridentImage }} +{{- else if .Values.imageRegistry }} +{{- .Values.imageRegistry }}/trident:{{ .Values.tridentImageTag | default .Chart.AppVersion }} +{{- else }} +{{- "" }}docker.io/netapp/trident:{{ .Values.tridentImageTag | default .Chart.AppVersion }} +{{- end }} +{{- end }} + +{{/* +Trident image pull policy +*/}} +{{- define "imagePullPolicy" -}} +{{- if .Values.imagePullPolicy }} +{{- .Values.imagePullPolicy }} +{{- else }} +{{- "IfNotPresent" }} +{{- end }} +{{- end }} + +{{/* +Determines if rancher roles should be created by checking for the presence of the cattle-system namespace +or annotations with the prefix "cattle.io/" in the namespace where the chart is being installed. +Override auto-detection and force install the roles by setting Values.forceInstallRancherClusterRoles to 'true'. +*/}} +{{- define "shouldInstallRancherRoles" -}} +{{- $isRancher := false -}} +{{- $currentNs := .Release.Namespace -}} +{{- $currentNsObj := lookup "v1" "Namespace" "" $currentNs -}} +{{- /* Check if 'forceInstallRancherClusterRoles' is set */ -}} +{{- if .Values.forceInstallRancherClusterRoles }} + {{- $isRancher = true -}} +{{- end }} +{{- /* Check if the annotation prefix "cattle.io/" exists on the namespace */ -}} +{{- if $currentNsObj }} + {{- range $key, $value := $currentNsObj.metadata.annotations }} + {{- if hasPrefix "cattle.io/" $key }} + {{- $isRancher = true -}} + {{- end }} + {{- end }} +{{- end }} +{{- /* Check if cattle-system ns exists */ -}} +{{- $cattleNs := lookup "v1" "Namespace" "" "cattle-system" -}} +{{- if $cattleNs }} + {{- $isRancher = true -}} +{{- end }} +{{- $isRancher -}} +{{- end }} + +{{/* +Helper functions to render resource requests and limits for each container of trident from values.yaml +*/}} +{{- define "trident.resources.controller" -}} +{{- range $key, $val := . }} +{{- $containerName := $key }} +{{- if or $val.requests.cpu $val.requests.memory $val.limits.cpu $val.limits.memory }} +{{ $containerName }}: +{{- if or $val.requests.cpu $val.requests.memory }} + requests: +{{- if $val.requests.cpu }} + cpu: {{ $val.requests.cpu }} +{{- end }} +{{- if $val.requests.memory }} + memory: {{ $val.requests.memory }} +{{- end }} +{{- end }} +{{- if or $val.limits.cpu $val.limits.memory }} + limits: +{{- if $val.limits.cpu }} + cpu: {{ $val.limits.cpu }} +{{- end }} +{{- if $val.limits.memory }} + memory: {{ $val.limits.memory }} +{{- end }} +{{- end }} +{{- end }} +{{- end }} +{{- end }} + +{{- define "trident.resources.node.linux" -}} +{{- range $key, $val := . }} +{{- $containerName := $key }} +{{- if or $val.requests.cpu $val.requests.memory $val.limits.cpu $val.limits.memory }} +{{ $containerName }}: +{{- if or $val.requests.cpu $val.requests.memory }} + requests: +{{- if $val.requests.cpu }} + cpu: {{ $val.requests.cpu }} +{{- end }} +{{- if $val.requests.memory }} + memory: {{ $val.requests.memory }} +{{- end }} +{{- end }} +{{- if or $val.limits.cpu $val.limits.memory }} + limits: +{{- if $val.limits.cpu }} + cpu: {{ $val.limits.cpu }} +{{- end }} +{{- if $val.limits.memory }} + memory: {{ $val.limits.memory }} +{{- end }} +{{- end }} +{{- end }} +{{- end }} +{{- end }} + +{{- define "trident.resources.node.windows" -}} +{{- range $key, $val := . }} +{{- $containerName := $key }} +{{- if or $val.requests.cpu $val.requests.memory $val.limits.cpu $val.limits.memory }} +{{ $containerName }}: +{{- if or $val.requests.cpu $val.requests.memory }} + requests: +{{- if $val.requests.cpu }} + cpu: {{ $val.requests.cpu }} +{{- end }} +{{- if $val.requests.memory }} + memory: {{ $val.requests.memory }} +{{- end }} +{{- end }} +{{- if or $val.limits.cpu $val.limits.memory }} + limits: +{{- if $val.limits.cpu }} + cpu: {{ $val.limits.cpu }} +{{- end }} +{{- if $val.limits.memory }} + memory: {{ $val.limits.memory }} +{{- end }} +{{- end }} +{{- end }} +{{- end }} +{{- end }} + +{{/* +Helper functions to check if resources are actually defined (not just empty structure) +*/}} +{{- define "trident.hasControllerResources" -}} + {{- $hasResources := false -}} + {{- if .Values.resources -}} + {{- if .Values.resources.controller -}} + {{- range $key, $val := .Values.resources.controller -}} + {{- if or $val.requests.cpu $val.requests.memory $val.limits.cpu $val.limits.memory -}} + {{- $hasResources = true -}} + {{- end -}} + {{- end -}} + {{- end -}} + {{- end -}} + {{- if $hasResources -}}true{{- end -}} +{{- end -}} + +{{- define "trident.hasNodeLinuxResources" -}} + {{- $hasResources := false -}} + {{- if .Values.resources -}} + {{- if .Values.resources.node -}} + {{- if .Values.resources.node.linux -}} + {{- range $key, $val := .Values.resources.node.linux -}} + {{- if or $val.requests.cpu $val.requests.memory $val.limits.cpu $val.limits.memory -}} + {{- $hasResources = true -}} + {{- end -}} + {{- end -}} + {{- end -}} + {{- end -}} + {{- end -}} + {{- if $hasResources -}}true{{- end -}} +{{- end -}} + +{{- define "trident.hasNodeWindowsResources" -}} + {{- $hasResources := false -}} + {{- if .Values.resources -}} + {{- if .Values.resources.node -}} + {{- if .Values.resources.node.windows -}} + {{- range $key, $val := .Values.resources.node.windows -}} + {{- if or $val.requests.cpu $val.requests.memory $val.limits.cpu $val.limits.memory -}} + {{- $hasResources = true -}} + {{- end -}} + {{- end -}} + {{- end -}} + {{- end -}} + {{- end -}} + {{- if $hasResources -}}true{{- end -}} +{{- end -}} + +{{/* +Helper function to check if operator resources are defined +*/}} +{{- define "trident-operator.hasResources" -}} + {{- $val := . -}} + {{- if or $val.requests.cpu $val.requests.memory $val.limits.cpu $val.limits.memory -}} + true + {{- end -}} +{{- end -}} + +{{/* +Helper function to render resource requests and limits for the operator +*/}} +{{- define "trident-operator.resources" }} +{{- $val := .}} +{{- if or $val.requests.cpu $val.requests.memory }} +requests: +{{- if $val.requests.cpu }} + cpu: {{ $val.requests.cpu }} +{{- end }} +{{- if $val.requests.memory }} + memory: {{ $val.requests.memory }} +{{- end }} +{{- end }} +{{- if or $val.limits.cpu $val.limits.memory }} +limits: +{{- if $val.limits.cpu }} + cpu: {{ $val.limits.cpu }} +{{- end }} +{{- if $val.limits.memory }} + memory: {{ $val.limits.memory }} +{{- end }} +{{- end }} +{{- end -}} diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrole-rancher.yaml b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrole-rancher.yaml new file mode 100644 index 00000000..6300f2f2 --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrole-rancher.yaml @@ -0,0 +1,13 @@ +{{- if include "shouldInstallRancherRoles" . | eq "true" }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: trident-operator-rancher +rules: + - apiGroups: + - management.cattle.io + resources: + - projects + verbs: + - updatepsa +{{- end }} diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrole.yaml b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrole.yaml new file mode 100644 index 00000000..92279962 --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrole.yaml @@ -0,0 +1,458 @@ +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + creationTimestamp: null + name: trident-operator + labels: + app: operator.trident.netapp.io +rules: + # Permissions same as Trident + - apiGroups: + - "" + resources: + - namespaces + verbs: + - get + - list + - apiGroups: + - "" + resources: + - persistentvolumes + - persistentvolumeclaims + verbs: + - get + - list + - watch + - create + - delete + - update + - patch + - apiGroups: + - "" + resources: + - persistentvolumeclaims/status + verbs: + - update + - patch + - apiGroups: + - storage.k8s.io + resources: + - storageclasses + verbs: + - get + - list + - watch + - create + - delete + - update + - patch + - apiGroups: + - "" + resources: + - events + verbs: + - get + - list + - watch + - create + - update + - patch + - apiGroups: + - "" + resources: + - secrets + verbs: + - get + - list + - watch + - create + - delete + - update + - patch + - apiGroups: + - "" + resources: + - resourcequotas + verbs: + - get + - list + - watch + - create + - delete + - update + - patch + - apiGroups: + - "" + resources: + - pods + verbs: + - get + - list + - watch + - create + - delete + - update + - patch + - apiGroups: + - "" + resources: + - pods/log + verbs: + - get + - list + - watch + - apiGroups: + - "" + resources: + - nodes + verbs: + - get + - list + - watch + - update + - apiGroups: + - storage.k8s.io + resources: + - volumeattachments + verbs: + - get + - list + - watch + - update + - patch + - delete + - apiGroups: + - storage.k8s.io + resources: + - volumeattachments/status + verbs: + - update + - patch + - apiGroups: + - snapshot.storage.k8s.io + resources: + - volumesnapshots + - volumesnapshotclasses + verbs: + - get + - list + - watch + - update + - patch + - apiGroups: + - snapshot.storage.k8s.io + resources: + - volumesnapshotclasses + verbs: + - create + - delete + - apiGroups: + - snapshot.storage.k8s.io + resources: + - volumesnapshots/status + - volumesnapshotcontents/status + verbs: + - update + - patch + - apiGroups: + - snapshot.storage.k8s.io + resources: + - volumesnapshotcontents + verbs: + - get + - list + - watch + - create + - delete + - update + - patch + - apiGroups: + - groupsnapshot.storage.k8s.io + resources: + - volumegroupsnapshots + verbs: + - list + - apiGroups: + - groupsnapshot.storage.k8s.io + resources: + - volumegroupsnapshotclasses + verbs: + - list + - watch + - apiGroups: + - groupsnapshot.storage.k8s.io + resources: + - volumegroupsnapshotcontents + verbs: + - get + - list + - watch + - patch + - apiGroups: + - groupsnapshot.storage.k8s.io + resources: + - volumegroupsnapshotcontents/status + verbs: + - update + - apiGroups: + - csi.storage.k8s.io + resources: + - csidrivers + - csinodeinfos + verbs: + - get + - list + - watch + - create + - delete + - update + - patch + - apiGroups: + - storage.k8s.io + resources: + - csidrivers + - csinodes + verbs: + - get + - list + - watch + - create + - delete + - update + - patch + - apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions + verbs: + - get + - list + - watch + - create + - delete + - update + - patch + - apiGroups: + - trident.netapp.io + resources: + - tridentversions + - tridentbackends + - tridentstorageclasses + - tridentvolumes + - tridentvolumepublications + - tridentvolumereferences + - tridentnodes + - tridenttransactions + - tridentsnapshots + - tridentbackendconfigs + - tridentbackendconfigs/status + - tridentmirrorrelationships + - tridentmirrorrelationships/status + - tridentactionmirrorupdates + - tridentactionmirrorupdates/status + - tridentsnapshotinfos + - tridentsnapshotinfos/status + - tridentgroupsnapshots + - tridentgroupsnapshots/status + - tridentactionsnapshotrestores + - tridentactionsnapshotrestores/status + - tridentnoderemediations + - tridentnoderemediations/status + - tridentnoderemediationtemplates + - tridentnoderemediationtemplates/status + - tridentprovisioners # Required for Tprov + - tridentprovisioners/status # Required to update Tprov's status section + - tridentorchestrators # Required for torc + - tridentorchestrators/status # Required to update torc's status section + - tridentconfigurators # Required for tconf + - tridentconfigurators/status # Required to update tconf's status section + - tridentautogrowpolicies + - tridentautogrowpolicies/status + - tridentautogrowrequestinternals + - tridentautogrowrequestinternals/status + verbs: + - get + - list + - watch + - create + - delete + - update + - patch + - apiGroups: + - policy + resources: + - podsecuritypolicies + verbs: + - use + resourceNames: + - trident-controller + - trident-node-linux + - trident-node-windows + # Now Operator specific permissions + - apiGroups: + - "" + resources: + - namespaces + verbs: + - create + - patch + - apiGroups: + - apps + resources: + - deployments + - daemonsets + - statefulsets + verbs: + - get + - list + - watch + - create + - apiGroups: + - apps + resources: + - deployments + - statefulsets + verbs: + - delete + - update + - patch + resourceNames: + - trident + - trident-csi + - trident-controller + - apiGroups: + - apps + resources: + - daemonsets + verbs: + - delete + - update + - patch + resourceNames: + - trident + - trident-csi + - trident-csi-windows + - trident-node-linux + - trident-node-windows + - apiGroups: + - "" + resources: + - pods/exec + - services + - serviceaccounts + verbs: + - get + - list + - create + - apiGroups: + - "" + resources: + - pods/exec + - services + verbs: + - delete + - update + - patch + resourceNames: + - trident-csi + - trident + - apiGroups: + - "" + resources: + - serviceaccounts + verbs: + - delete + - update + - patch + resourceNames: + - trident-controller + - trident-node-linux + - trident-node-windows + - trident-csi + - trident + - apiGroups: + - authorization.openshift.io + - rbac.authorization.k8s.io + resources: + - roles + - rolebindings + - clusterroles + - clusterrolebindings + verbs: + - list + - create + - apiGroups: + - authorization.openshift.io + - rbac.authorization.k8s.io + resources: + - roles + - rolebindings + - clusterroles + - clusterrolebindings + verbs: + - get + - delete + - update + - patch + resourceNames: + - trident-node-remediation-access + - trident-controller + - trident-node-linux + - trident-node-windows + - trident-csi + - trident + - apiGroups: + - policy + resources: + - podsecuritypolicies + verbs: + - list + - create + - apiGroups: + - policy + resources: + - podsecuritypolicies + resourceNames: + - tridentpods + - trident-controller + - trident-node-linux + - trident-node-windows + verbs: + - delete + - update + - patch + - apiGroups: + - security.openshift.io + resources: + - securitycontextconstraints + verbs: + - get + - list + - create + - apiGroups: + - security.openshift.io + resources: + - securitycontextconstraints + resourceNames: + - trident-controller + - trident-node-linux + - trident-node-windows + - trident + verbs: + - delete + - update + - patch + - apiGroups: + - policy + resources: + - podsecuritypolicies + verbs: + - use + resourceNames: + - tridentoperatorpods + - apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions + verbs: + - get diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrolebinding-rancher.yaml b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrolebinding-rancher.yaml new file mode 100644 index 00000000..b70fcff9 --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrolebinding-rancher.yaml @@ -0,0 +1,14 @@ +{{- if include "shouldInstallRancherRoles" . | eq "true" }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: trident-operator-rancher +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: trident-operator-rancher +subjects: + - kind: ServiceAccount + name: trident-operator + namespace: {{ .Release.Namespace }} +{{- end }} diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrolebinding.yaml b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrolebinding.yaml new file mode 100644 index 00000000..e6297525 --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrolebinding.yaml @@ -0,0 +1,14 @@ +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: trident-operator + labels: + app: operator.trident.netapp.io +subjects: + - kind: ServiceAccount + name: trident-operator + namespace: {{ .Release.Namespace }} +roleRef: + kind: ClusterRole + name: trident-operator + apiGroup: rbac.authorization.k8s.io diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/deployment.yaml b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/deployment.yaml new file mode 100644 index 00000000..c57bb587 --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/deployment.yaml @@ -0,0 +1,82 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: +{{- if .Values.deploymentAnnotations }} + annotations: +{{ toYaml .Values.deploymentAnnotations | indent 4 }} +{{- end }} + labels: + app: operator.trident.netapp.io + name: trident-operator + namespace: {{ .Release.Namespace }} +spec: + replicas: 1 + strategy: + type: Recreate + selector: + matchLabels: + app: operator.trident.netapp.io + name: trident-operator + template: + metadata: + {{- if .Values.podAnnotations }} + annotations: +{{ toYaml .Values.podAnnotations | indent 8 }} + {{- end }} + labels: + app: operator.trident.netapp.io + name: trident-operator + {{- if and (eq .Values.cloudProvider "Azure") (ne .Values.cloudIdentity "") }} + azure.workload.identity/use: 'true' + {{- end }} + spec: + {{- if .Values.affinity }} + affinity: +{{- toYaml .Values.affinity | nindent 8 }} + {{- end }} + {{- if .Values.nodeSelector }} + nodeSelector: +{{ toYaml .Values.nodeSelector | indent 8 }} + {{- end }} + {{- if .Values.tolerations }} + tolerations: +{{ toYaml .Values.tolerations | indent 8 }} + {{- end }} + serviceAccountName: trident-operator + containers: + - command: + - /trident-operator + {{- if or .Values.anfConfigurator.enabled .Values.ontapConfigurator.enabled }} + - -configurator-reconcile-interval={{ .Values.configuratorReconcileInterval }} + {{- end }} + {{- if .Values.operatorDebug }} + - -debug + {{- end }} + env: + - name: POD_NAME + valueFrom: + fieldRef: + fieldPath: metadata.name + - name: OPERATOR_NAME + value: trident-operator + {{- if and (eq .Values.cloudProvider "Azure") (eq .Values.cloudIdentity "") }} + - name: AZURE_CREDENTIAL_FILE + value: /etc/kubernetes/azure.json + volumeMounts: + - name: azure-cred + mountPath: /etc/kubernetes + {{- end }} + image: {{ include "trident-operator.image" $ }} + imagePullPolicy: {{ .Values.imagePullPolicy }} + name: trident-operator + {{- if (include "trident-operator.hasResources" .Values.resources.operator) }} + resources: + {{- include "trident-operator.resources" .Values.resources.operator | indent 10 }} + {{- end }} + {{- if and (eq .Values.cloudProvider "Azure") (eq .Values.cloudIdentity "") }} + volumes: + - name: azure-cred + hostPath: + path: /etc/kubernetes + type: DirectoryOrCreate + {{- end }} diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/postdeletecrdshook.yaml b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/postdeletecrdshook.yaml new file mode 100644 index 00000000..a9ee84dd --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/postdeletecrdshook.yaml @@ -0,0 +1,82 @@ +{{- if or .Values.cleanupCrds }} + +apiVersion: v1 +kind: ServiceAccount +metadata: + name: post-delete-service-account + namespace: {{ .Release.Namespace }} + annotations: + "helm.sh/hook": post-delete + "helm.sh/hook-weight": "-10" + "helm.sh/hook-delete-policy": hook-succeeded + +--- + +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: post-delete-cluster-role + annotations: + "helm.sh/hook": post-delete + "helm.sh/hook-weight": "-9" + "helm.sh/hook-delete-policy": hook-succeeded +rules: +- apiGroups: ["apiextensions.k8s.io"] + resources: ["customresourcedefinitions"] + verbs: ["get", "list", "delete", "patch"] + +--- + +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: post-delete-cluster-rolebinding + annotations: + "helm.sh/hook": post-delete + "helm.sh/hook-weight": "-8" + "helm.sh/hook-delete-policy": hook-succeeded +subjects: +- kind: ServiceAccount + name: post-delete-service-account + namespace: {{ .Release.Namespace }} +roleRef: + kind: ClusterRole + name: post-delete-cluster-role + apiGroup: rbac.authorization.k8s.io + +--- + +apiVersion: batch/v1 +kind: Job +metadata: + name: post-delete-hook + namespace: {{ .Release.Namespace }} + labels: + app.kubernetes.io/managed-by: {{ .Release.Service | quote }} + app.kubernetes.io/instance: {{ .Release.Name | quote }} + app.kubernetes.io/version: {{ .Chart.AppVersion }} + helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" + annotations: + "helm.sh/hook": post-delete + "helm.sh/hook-weight": "-5" + "helm.sh/hook-delete-policy": hook-succeeded,hook-failed +spec: + template: + spec: + serviceAccountName: post-delete-service-account + containers: + - name: post-delete-container + image: {{ .Values.helmHookImage }} + command: + - sh + - -c + - | + set -x + kubectl patch crd tridentorchestrators.trident.netapp.io -p '{"metadata":{"finalizers":[]}}' --type=merge + kubectl delete crd tridentorchestrators.trident.netapp.io + kubectl patch crd tridentconfigurators.trident.netapp.io -p '{"metadata":{"finalizers":[]}}' --type=merge + kubectl delete crd tridentconfigurators.trident.netapp.io + restartPolicy: Never + backoffLimit: 4 + +{{- end }} \ No newline at end of file diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/postinstallupgradehook.yaml b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/postinstallupgradehook.yaml new file mode 100644 index 00000000..103b2b15 --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/postinstallupgradehook.yaml @@ -0,0 +1,70 @@ +{{- if or .Values.anfConfigurator.enabled .Values.ontapConfigurator.enabled }} +apiVersion: v1 +kind: Service +metadata: + name: trident-operator + namespace: {{ .Release.Namespace }} +spec: + selector: + app: operator.trident.netapp.io + ports: + - name: http + protocol: TCP + port: 8000 + targetPort: 8002 +--- +apiVersion: v1 +kind: Pod +metadata: + name: trident-post-install-upgrade-hook + namespace: {{ .Release.Namespace }} + annotations: + "helm.sh/hook": post-install, post-upgrade + "helm.sh/hook-delete-policy": hook-succeeded, hook-failed +spec: + restartPolicy: Never + {{- if .Values.affinity }} + affinity: +{{ toYaml .Values.affinity | nindent 4 }} + {{- end }} + {{- if .Values.nodeSelector }} + nodeSelector: +{{ toYaml .Values.nodeSelector | nindent 4 }} + {{- end }} + {{- if .Values.tolerations }} + tolerations: +{{ toYaml .Values.tolerations | nindent 4 }} + {{- end }} + initContainers: + - name: init-container-1 + image: {{ include "trident.image" $ }} + command: + - tridentctl + - --debug + - -s + - 127.0.0.1:8000 + - check + - operator + - --timeout + - "7200" # Keeping it 12 mins as AKS extension script has an upper limit of 15 mins. + env: + - name: POD_NAMESPACE + valueFrom: + fieldRef: + fieldPath: metadata.namespace + containers: + - name: trident-post-hook + image: {{ include "trident.image" $ }} + command: + - tridentctl + - --debug + - -s + - 127.0.0.1:8000 + - check + - operator + env: + - name: POD_NAMESPACE + valueFrom: + fieldRef: + fieldPath: metadata.namespace +{{- end }} diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/predeletecrdshook.yaml b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/predeletecrdshook.yaml new file mode 100644 index 00000000..507b38df --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/predeletecrdshook.yaml @@ -0,0 +1,41 @@ +{{- if or .Values.cleanupCrds }} + +apiVersion: batch/v1 +kind: Job +metadata: + name: pre-delete-hook + namespace: {{ .Release.Namespace }} + labels: + app.kubernetes.io/managed-by: {{ .Release.Service | quote }} + app.kubernetes.io/instance: {{ .Release.Name | quote }} + app.kubernetes.io/version: {{ .Chart.AppVersion }} + helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" + annotations: + "helm.sh/hook": pre-delete + "helm.sh/hook-weight": "-5" + "helm.sh/hook-delete-policy": hook-succeeded,hook-failed +spec: + template: + spec: + serviceAccountName: trident-operator + containers: + - name: pre-delete-container + image: {{ .Values.helmHookImage }} + command: + - sh + - -c + - | + set -x + if kubectl get torc trident -n trident; then + kubectl patch torc trident -n trident --type=merge -p '{"spec":{"wipeout":["crds"],"uninstall":true, "skipCRDsToObliviate":["tridentorchestrators.trident.netapp.io", "tridentconfigurators.trident.netapp.io"]}}' + while kubectl get crds | grep '.trident.netapp.io' | grep -v -e 'tridentorchestrators.trident.netapp.io' -e 'tridentconfigurators.trident.netapp.io'; do + echo 'Waiting for CRDs to be deleted...' + sleep 5 + done + else + echo 'Trident orchestrator does not exist.' + fi + restartPolicy: Never + backoffLimit: 4 + +{{- end }} diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/serviceaccount.yaml b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/serviceaccount.yaml new file mode 100644 index 00000000..7a73016d --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/serviceaccount.yaml @@ -0,0 +1,20 @@ +apiVersion: v1 +kind: ServiceAccount +metadata: + name: trident-operator + namespace: {{ .Release.Namespace }} + {{- if and (ne .Values.cloudIdentity "") (ne .Values.cloudProvider "") }} + {{- $cloudIdentity := trimPrefix "'" .Values.cloudIdentity }} + {{- $cloudIdentity = trimSuffix "'" $cloudIdentity }} + {{- $cloudIdentityPair := regexSplit ": " $cloudIdentity 2 }} + annotations: + {{ first $cloudIdentityPair }}: {{ last $cloudIdentityPair }} + {{- end }} + labels: + app: operator.trident.netapp.io +{{- if .Values.imagePullSecrets }} +imagePullSecrets: +{{- range .Values.imagePullSecrets }} +- name: {{ . }} +{{- end }} +{{- end }} diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/tridentconfigurator.yaml b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/tridentconfigurator.yaml new file mode 100644 index 00000000..8496eb5e --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/tridentconfigurator.yaml @@ -0,0 +1,111 @@ +{{- if .Values.anfConfigurator.enabled }} +apiVersion: trident.netapp.io/v1 +kind: TridentConfigurator +metadata: + name: netapp-anf-backend-configurator +spec: + storageDriverName: azure-netapp-files + {{- if eq .Values.cloudProvider "" }} + tenantID: {{ .Values.anfConfigurator.tenantID }} + clientCredentials: {{ .Values.anfConfigurator.clientCredentials }} + {{- end }} + {{- if or (eq .Values.cloudProvider "") (and (eq .Values.cloudProvider "Azure") (ne .Values.cloudIdentity "")) }} + subscriptionID: {{ .Values.anfConfigurator.subscriptionID }} + location: {{ .Values.anfConfigurator.location }} + {{- end }} + virtualNetwork: {{ .Values.anfConfigurator.virtualNetwork }} + subnet: {{ .Values.anfConfigurator.subnet }} + capacityPools: + {{- range .Values.anfConfigurator.capacityPools }} + - {{ . }} + {{- end }} + netappAccounts: + {{- range .Values.anfConfigurator.netappAccounts }} + - {{ . }} + {{- end }} + resourceGroups: + {{- range .Values.anfConfigurator.resourceGroups }} + - {{ . }} + {{- end }} + customerEncryptionKeys: + {{- range $key, $value := .Values.anfConfigurator.customerEncryptionKeys }} + {{ $key }}: {{ $value }} + {{- end }} +{{- end }} + +--- + +{{- if .Values.ontapConfigurator.enabled }} +{{- $includeCR := false }} +{{- range .Values.ontapConfigurator.svms }} + {{- if or (has "nfs" .protocols) (has "smb" .protocols) }} + {{- $includeCR = true }} + {{- end }} +{{- end }} + +{{- if $includeCR }} +apiVersion: trident.netapp.io/v1 +kind: TridentConfigurator +metadata: + name: netapp-nas-backend-configurator +spec: + storageDriverName: ontap-nas + svms: + {{- range .Values.ontapConfigurator.svms }} + {{- if or (has "nfs" .protocols) (has "smb" .protocols) }} + - fsxnID: {{ .fsxnID | quote }} + protocols: + {{- $filteredProtocols := list }} + {{- range .protocols }} + {{- if or (eq . "nfs") (eq . "smb") }} + {{- $filteredProtocols = append $filteredProtocols . }} + {{- end }} + {{- end }} + {{- range $filteredProtocols }} + - {{ . | quote }} + {{- end }} + svmName: {{ .svmName | quote }} + authType: {{ .authType | default "awsarn" | quote }} + {{- end }} + {{- end }} +{{- end }} +{{- end }} + + +--- + +{{- if .Values.ontapConfigurator.enabled }} +{{- $includeCR := false }} +{{- range .Values.ontapConfigurator.svms }} + {{- if or (has "iscsi" .protocols) (has "nvme" .protocols) }} + {{- $includeCR = true }} + {{- end }} +{{- end }} + +{{- if $includeCR }} +apiVersion: trident.netapp.io/v1 +kind: TridentConfigurator +metadata: + name: netapp-san-backend-configurator +spec: + storageDriverName: ontap-san + svms: + {{- range .Values.ontapConfigurator.svms }} + {{- if or (has "iscsi" .protocols) (has "nvme" .protocols) }} + - fsxnID: {{ .fsxnID | quote }} + protocols: + {{- $filteredProtocols := list }} + {{- range .protocols }} + {{- if or (eq . "iscsi") (eq . "nvme") }} + {{- $filteredProtocols = append $filteredProtocols . }} + {{- end }} + {{- end }} + {{- range $filteredProtocols }} + - {{ . | quote }} + {{- end }} + svmName: {{ .svmName | quote }} + authType: {{ .authType | default "awsarn" | quote }} + {{- end }} + {{- end }} +{{- end }} +{{- end }} diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/tridentorchestrator.yaml b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/tridentorchestrator.yaml new file mode 100644 index 00000000..5f5038df --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/tridentorchestrator.yaml @@ -0,0 +1,108 @@ +apiVersion: trident.netapp.io/v1 +kind: TridentOrchestrator +metadata: + name: trident +spec: + namespace: {{ .Release.Namespace }} + enableForceDetach: {{ include "trident.enableForceDetach" $ }} + IPv6: {{ include "trident.IPv6" $ }} + k8sTimeout: {{ .Values.tridentK8sTimeout }} + httpRequestTimeout: {{ .Values.tridentHttpRequestTimeout }} + silenceAutosupport: {{ include "trident.silenceAutosupport" $ }} + {{- if .Values.tridentExcludeAutosupport }} + excludeAutosupport: {{ .Values.tridentExcludeAutosupport }} + {{- end }} + autosupportImage: {{ include "trident.autosupportImage" $ }} + autosupportProxy: {{ .Values.tridentAutosupportProxy }} + autosupportInsecure: {{ .Values.tridentAutosupportInsecure }} + logFormat: {{ include "trident.logFormat" $ }} + disableAuditLog: {{ include "trident.disableAuditLog" $ }} + {{- if .Values.tridentDebug }} + debug: {{ .Values.tridentDebug }} + {{- end }} + {{- if .Values.tridentLogLevel }} + logLevel: {{ .Values.tridentLogLevel }} + {{- end }} + logWorkflows: {{ include "trident.logWorkflows" $ }} + logLayers: {{ include "trident.logLayers" $ }} + probePort: {{ include "trident.probePort" $ }} + tridentImage: {{ include "trident.image" $ }} + {{- if .Values.imageRegistry }} + imageRegistry: {{ .Values.imageRegistry }} + {{- end }} + kubeletDir: {{ .Values.kubeletDir }} + {{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 2 }} + {{- end }} + {{- if .Values.tridentControllerPluginNodeSelector }} + controllerPluginNodeSelector: + {{- range $key, $value := .Values.tridentControllerPluginNodeSelector }} + {{ $key }}: "{{ $value }}" + {{- end }} + {{- end }} + {{- if .Values.tridentControllerPluginTolerations }} + controllerPluginTolerations: + {{- range $value := .Values.tridentControllerPluginTolerations }} + - {{- range $k, $v := $value }} + {{ $k }}: "{{ $v }}" + {{- end}} + {{- end}} + {{- end }} + {{- if .Values.tridentNodePluginNodeSelector }} + nodePluginNodeSelector: + {{- range $key, $value := .Values.tridentNodePluginNodeSelector }} + {{ $key }}: "{{ $value }}" + {{- end }} + {{- end }} + {{- if .Values.tridentNodePluginTolerations }} + nodePluginTolerations: + {{- range $value := .Values.tridentNodePluginTolerations }} + - {{- range $k, $v := $value }} + {{ $k }}: "{{ $v }}" + {{- end}} + {{- end}} + {{- end }} + imagePullPolicy: {{ include "imagePullPolicy" $ }} + windows: {{ .Values.windows }} + cloudProvider: {{ .Values.cloudProvider }} + cloudIdentity: {{ .Values.cloudIdentity }} + enableACP: {{ .Values.enableACP }} + acpImage: {{ .Values.acpImage }} + httpsMetrics: {{ .Values.httpsMetrics }} + enableAutoBackendConfig: {{ or .Values.ontapConfigurator.enabled .Values.anfConfigurator.enabled }} + iscsiSelfHealingInterval: {{ .Values.iscsiSelfHealingInterval }} + iscsiSelfHealingWaitTime: {{ .Values.iscsiSelfHealingWaitTime }} + {{- if .Values.k8sAPIQPS }} + k8sAPIQPS: {{ .Values.k8sAPIQPS }} + {{- end }} + {{- if .Values.fsGroupPolicy }} + fsGroupPolicy: {{ .Values.fsGroupPolicy }} + {{- end }} + {{- if .Values.nodePrep }} + nodePrep: {{- range .Values.nodePrep }} + - {{.}} {{- end }} + {{- end }} + enableConcurrency: {{ .Values.enableConcurrency }} + {{- if .Values.skipCRDsToObliviate }} + skipCRDsToObliviate: {{- range .Values.skipCRDsToObliviate }} + - {{.}} {{- end }} + {{- end }} + {{ if or (include "trident.hasControllerResources" .) (include "trident.hasNodeLinuxResources" .) (include "trident.hasNodeWindowsResources" .) -}} + resources: + {{ if include "trident.hasControllerResources" . -}} + controller: {{ include "trident.resources.controller" .Values.resources.controller | indent 6 }} + {{- end }} + {{ if or (include "trident.hasNodeLinuxResources" .) (include "trident.hasNodeWindowsResources" .) -}} + node: + {{ if include "trident.hasNodeLinuxResources" . -}} + linux: {{ include "trident.resources.node.linux" .Values.resources.node.linux | indent 8 }} + {{- end }} + {{- if include "trident.hasNodeWindowsResources" . }} + windows: {{ include "trident.resources.node.windows" .Values.resources.node.windows | indent 8 }} + {{- end }} + {{- end }} + {{- end }} + {{- if .Values.hostNetwork }} + hostNetwork: {{ .Values.hostNetwork }} + {{- end }} diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/values.yaml b/packs/trident-operator-addon-26.0.2/charts/trident-operator/values.yaml new file mode 100644 index 00000000..e30cee4b --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/charts/trident-operator/values.yaml @@ -0,0 +1,327 @@ +# Default values for standalone. +# This is a YAML-formatted file. + +# helmHookImage specifies the image used for Helm hook jobs +helmHookImage: "alpine/k8s:1.33.0" + +## Node labels for pod assignment +## ref: https://kubernetes.io/docs/user-guide/node-selection/ +nodeSelector: {} + +## Pod Annotations +podAnnotations: {} + +## Deployment Annotations +deploymentAnnotations: {} + +## Tolerations for pod assignment +## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ +tolerations: [] + +## Affinity for pod assignment +## The following affinity configuration ensures that the Trident operator will only be scheduled on nodes with the specified architecture and OS, Hence, do not modify this section. To add custom affinity rules, please append your content to this configuration as needed +## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity +affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: kubernetes.io/arch + operator: In + values: + - arm64 + - amd64 + - key: kubernetes.io/os + operator: In + values: + - linux + + +# tridentControllerPluginNodeSelector additional nodeSelectors for the Pod running the Trident Controller CSI Plugin. +# tridentControllerPluginNodeSelector : {} + +# tridentControllerPluginTolerations overrides tolerations for the Pod running the Trident Controler CSI Plugin. +# tridentControllerPluginTolerations: [] + +# tridentNodePluginNodeSelector additional nodeSelectors for Pods running the Trident Node CSI Plugin. +# tridentNodePluginNodeSelector : {} + +# tridentNodePluginTolerations overrides tolerations for Pods running the Trident Node CSI Plugin. +# tridentNodePluginTolerations: [] + + + +# imageRegistry identifies the registry for the trident-operator, trident, and other images. Leave empty to accept the default. +imageRegistry: "" + +# imagePullPolicy sets the image pull policy for the trident-operator. +imagePullPolicy: IfNotPresent + +# imagePullSecrets sets the image pull secrets for the trident-operator, trident, and other images. +imagePullSecrets: [] + +# kubeletDir allows overriding the host location of kubelet's internal state. (default "/var/lib/kubelet"). +kubeletDir: "" + + +# operatorLogLevel allows the log level of the Trident operator to be set to one of these: +# trace, debug, info, warn, error, fatal. +# operatorLogLevel: "info" + +# operatorDebug allows the log level of the Trident operator to be set to debug +operatorDebug: true + +# operatorImage allows the complete override of the image for trident-operator. +operatorImage: "" + +# operatorImageTag allows overriding the tag of the trident-operator image. +operatorImageTag: "" + + +# tridentIPv6 allows enabling Trident to work in IPv6 clusters. +tridentIPv6: false + +# tridentK8sTimeout overrides the default 30-second timeout for most Kubernetes API operations (if non-zero, in seconds). +tridentK8sTimeout: 0 + +# tridentHttpRequestTimeout (duration) overrides the default 90-second timeout for the HTTP requests, with 0s being an +# infinite duration for the timeout. Negative values are not allowed. +tridentHttpRequestTimeout: "90s" + +# tridentSilenceAutosupport allows disabling Trident's periodic Autosupport reporting. +tridentSilenceAutosupport: false + +# tridentExcludeAutosupport allows removal of the autosupport container when installing Trident. +tridentExcludeAutosupport: false + +# tridentAutosupportImage allows the complete override of the image for Trident's Autosupport container. +tridentAutosupportImage: "" + +# tridentAutosupportImageTag allows overriding the tag of the image for Trident's Autosupport container. +tridentAutosupportImageTag: "26.02" + +# tridentAutosupportProxy allows Trident's autosupport container to phone home via an HTTP proxy. +tridentAutosupportProxy: "" + +# tridentAutosupportInsecure allows Trident's autosupport container to skip TLS verification +tridentAutosupportInsecure: false + +# tridentLogFormat sets the Trident logging format (text or json). +tridentLogFormat: "text" + +# tridentDisableAuditLog disables Trident's audit logger. +tridentDisableAuditLog: true + +# tridentLogLevel allows the log level of Trident to be set to one of these: trace, debug, info, warn, error, fatal. +#tridentLogLevel: "info" + +# tridentDebug allows the log level of Trident to be set to debug +tridentDebug: false + +# tridentLogWorkflows allows specific Trident workflows to be enabled for trace logging or log suppression. +tridentLogWorkflows: "" + +# tridentLogLayers allows specific Trident layers to be enabled for trace logging or log suppression. +tridentLogLayers: "" + +# tridentImage allows the complete override of the image for Trident. +tridentImage: "" + +# tridentImageTag allows overriding the tag of the image for Trident. +tridentImageTag: "" + +# (Deprecated) tridentEnableNodePrep attempts to automatically install required packages on nodes. +tridentEnableNodePrep: false + +# (Deprecated) tridentSkipK8sVersionCheck allows overriding the k8s version limit for Trident. +tridentSkipK8sVersionCheck: false + +# tridentProbePort allows overriding the default port used for k8s liveness/readiness probes. +tridentProbePort: "" + +# windows allows Trident to be installed on Windows worker node. +windows: false + +# enableForceDetach allows enabling the force detach feature. +enableForceDetach: false + +# cloudProvider indicates which cloud platform Trident is running on. +cloudProvider: "" + +# cloudIdentity indicates the identity that needs to be set on service account. +cloudIdentity: "" + +# enableACP allows enabling the Trident-ACP container to run. +enableACP: false + +# acpImage indicates the image the Trident-ACP container should pull. +acpImage: "" + +# httpsMetrics allows enabling the HTTPS metrics. +httpsMetrics: false + +# iscsiSelfHealingInterval is the interval at which the iSCSI self-healing job is invoked +iscsiSelfHealingInterval: "5m0s" + +# iscsiSelfHealingWaitTime is the wait time after which iSCSI self-healing attempts to fix stale sessions +iscsiSelfHealingWaitTime: "7m0s" + +# configuratorReconcileInterval is the resource refresh rate for the auto generated backends. +configuratorReconcileInterval: 30m0s + +# forceInstallRancherClusterRoles will install a Rancher specific ClusterRole and ClusterRoleBinding when set to true. +# When set to false, the ClusterRole and ClusterRoleBinding will be installed only when a Rancher cluster is detected. +forceInstallRancherClusterRoles: false + +# Auto generated ANF backend related fields consumed by the configurator controller. +anfConfigurator: + enabled: false + virtualNetwork: "" + subnet: "" + subscriptionID: "" + tenantID: "" + location: "" + clientCredentials: "" + capacityPools: [] + netappAccounts: [] + resourceGroups: [] + customerEncryptionKeys: {} + +# Auto generated ONTAP backend related fields consumed by the configurator controller. +ontapConfigurator: + enabled: false + svms: + - fsxnID: '' + svmName: '' + protocols: [] + authType: '' + +# enableConcurrency enables the concurrent core feature in Trident **TECH PREVIEW** +enableConcurrency: false + +# Resource requests and limits for Trident components (controller, node, operator). +# Configure CPU and memory for each container and sidecar to manage resource allocation in Kubernetes. +# +# IMPORTANT NOTES: +# - DO NOT change the names of any containers or fields - or, they may not work +# - DO NOT change the indentation - YAML indentation is critical for proper parsing +# - Default values for controller/node are shown in comments (e.g., # 10m) and are applied automatically if not specified +# - Default values for operator are directly specified in the config (not in comments) and will be applied +# - By default, NO limits are applied - only requests have default values +# - Container names are listed as they appear in the pod specifications +# +# STRUCTURE EXPLANATION: +# +# 1. CONTROLLER POD: +# The controller pod runs on a single operating system (Linux), so there are no OS-specific +# sub-sections. All containers within the controller pod are listed directly under 'controller'. +# +# 2. NODE POD: +# The node pod runs on multiple operating systems (Linux and Windows), so it has OS-specific +# sub-sections: 'linux' and 'windows'. Each OS section lists its specific containers. +# +# 3. OPERATOR POD: +# Unlike controller and node pods, the operator has actual default values directly specified +# (not in comments). If removed, no values will be applied. +resources: + controller: + trident-main: + requests: + cpu: # 10m + memory: # 80Mi + limits: + cpu: + memory: + # sidecars + csi-provisioner: + requests: + cpu: # 2m + memory: # 20Mi + limits: + cpu: + memory: + csi-attacher: + requests: + cpu: # 2m + memory: # 20Mi + limits: + cpu: + memory: + csi-resizer: + requests: + cpu: # 3m + memory: # 20Mi + limits: + cpu: + memory: + csi-snapshotter: + requests: + cpu: # 2m + memory: # 20Mi + limits: + cpu: + memory: + trident-autosupport: + requests: + cpu: # 1m + memory: # 30Mi + limits: + cpu: + memory: + node: + linux: + trident-main: + requests: + cpu: # 10m + memory: # 60Mi + limits: + cpu: + memory: + # sidecars + node-driver-registrar: + requests: + cpu: # 1m + memory: # 10Mi + limits: + cpu: + memory: + windows: + trident-main: + requests: + cpu: # 6m + memory: # 40Mi + limits: + cpu: + memory: + # sidecars + node-driver-registrar: + requests: + cpu: # 6m + memory: # 40Mi + limits: + cpu: + memory: + liveness-probe: + requests: + cpu: # 2m + memory: # 40Mi + limits: + cpu: + memory: + operator: + requests: + cpu: 10m + memory: 40Mi + limits: + cpu: + memory: + +# k8sAPIQPS sets the maximum QPS to the Kubernetes API server from the Trident operator. (default 100) +k8sAPIQPS: 0 + +# hostNetwork sets the hostNetwork field in the Trident operator deployment spec. +hostNetwork: false + +# nodePrep enables Trident to prepare the nodes of the Kubernetes cluster to manage volumes using the +# specified data storage protocol. Currently, iSCSI is the only value supported. +nodePrep: [] diff --git a/packs/trident-operator-addon-26.0.2/logo.png b/packs/trident-operator-addon-26.0.2/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..6a7f76663a04adbeb8ac133449f97dc67ed0c215 GIT binary patch literal 4314 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 TM>kIXxd53OTfr+0|9tQtU!4)S literal 0 HcmV?d00001 diff --git a/packs/trident-operator-addon-26.0.2/pack.json b/packs/trident-operator-addon-26.0.2/pack.json new file mode 100644 index 00000000..eae1740e --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/pack.json @@ -0,0 +1,17 @@ +{ + "addonType": "system app", + "annotations": { + "source": "community", + "contributor": "netapp" + }, + "cloudTypes": [ + "all" + ], + "displayName": "Trident", + "charts": [ + "charts/trident-operator-100.2602.0.tgz" + ], + "layer": "addon", + "name": "csi-trident-addon", + "version": "26.0.2" +} \ No newline at end of file diff --git a/packs/trident-operator-addon-26.0.2/values.yaml b/packs/trident-operator-addon-26.0.2/values.yaml new file mode 100644 index 00000000..9b251ac0 --- /dev/null +++ b/packs/trident-operator-addon-26.0.2/values.yaml @@ -0,0 +1,338 @@ +pack: + spectrocloud.com/display-name: trident-operator + releaseNameOverride: + trident-operator: trident-operator + namespace: trident + content: + images: + - image: docker.io/netapp/trident-operator:26.0.2 + +charts: + trident-operator: + # Default values for standalone. + # This is a YAML-formatted file. + + # helmHookImage specifies the image used for Helm hook jobs + helmHookImage: "alpine/k8s:1.33.0" + + ## Node labels for pod assignment + ## ref: https://kubernetes.io/docs/user-guide/node-selection/ + nodeSelector: {} + + ## Pod Annotations + podAnnotations: {} + + ## Deployment Annotations + deploymentAnnotations: {} + + ## Tolerations for pod assignment + ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ + tolerations: [] + + ## Affinity for pod assignment + ## The following affinity configuration ensures that the Trident operator will only be scheduled on nodes with the specified architecture and OS, Hence, do not modify this section. To add custom affinity rules, please append your content to this configuration as needed + ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity + affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: kubernetes.io/arch + operator: In + values: + - arm64 + - amd64 + - key: kubernetes.io/os + operator: In + values: + - linux + + + # tridentControllerPluginNodeSelector additional nodeSelectors for the Pod running the Trident Controller CSI Plugin. + # tridentControllerPluginNodeSelector : {} + + # tridentControllerPluginTolerations overrides tolerations for the Pod running the Trident Controler CSI Plugin. + # tridentControllerPluginTolerations: [] + + # tridentNodePluginNodeSelector additional nodeSelectors for Pods running the Trident Node CSI Plugin. + # tridentNodePluginNodeSelector : {} + + # tridentNodePluginTolerations overrides tolerations for Pods running the Trident Node CSI Plugin. + # tridentNodePluginTolerations: [] + + + + # imageRegistry identifies the registry for the trident-operator, trident, and other images. Leave empty to accept the default. + imageRegistry: "" + + # imagePullPolicy sets the image pull policy for the trident-operator. + imagePullPolicy: IfNotPresent + + # imagePullSecrets sets the image pull secrets for the trident-operator, trident, and other images. + imagePullSecrets: [] + + # kubeletDir allows overriding the host location of kubelet's internal state. (default "/var/lib/kubelet"). + kubeletDir: "" + + + # operatorLogLevel allows the log level of the Trident operator to be set to one of these: + # trace, debug, info, warn, error, fatal. + # operatorLogLevel: "info" + + # operatorDebug allows the log level of the Trident operator to be set to debug + operatorDebug: true + + # operatorImage allows the complete override of the image for trident-operator. + operatorImage: "" + + # operatorImageTag allows overriding the tag of the trident-operator image. + operatorImageTag: "" + + + # tridentIPv6 allows enabling Trident to work in IPv6 clusters. + tridentIPv6: false + + # tridentK8sTimeout overrides the default 30-second timeout for most Kubernetes API operations (if non-zero, in seconds). + tridentK8sTimeout: 0 + + # tridentHttpRequestTimeout (duration) overrides the default 90-second timeout for the HTTP requests, with 0s being an + # infinite duration for the timeout. Negative values are not allowed. + tridentHttpRequestTimeout: "90s" + + # tridentSilenceAutosupport allows disabling Trident's periodic Autosupport reporting. + tridentSilenceAutosupport: false + + # tridentExcludeAutosupport allows removal of the autosupport container when installing Trident. + tridentExcludeAutosupport: false + + # tridentAutosupportImage allows the complete override of the image for Trident's Autosupport container. + tridentAutosupportImage: "" + + # tridentAutosupportImageTag allows overriding the tag of the image for Trident's Autosupport container. + tridentAutosupportImageTag: "26.02" + + # tridentAutosupportProxy allows Trident's autosupport container to phone home via an HTTP proxy. + tridentAutosupportProxy: "" + + # tridentAutosupportInsecure allows Trident's autosupport container to skip TLS verification + tridentAutosupportInsecure: false + + # tridentLogFormat sets the Trident logging format (text or json). + tridentLogFormat: "text" + + # tridentDisableAuditLog disables Trident's audit logger. + tridentDisableAuditLog: true + + # tridentLogLevel allows the log level of Trident to be set to one of these: trace, debug, info, warn, error, fatal. + #tridentLogLevel: "info" + + # tridentDebug allows the log level of Trident to be set to debug + tridentDebug: false + + # tridentLogWorkflows allows specific Trident workflows to be enabled for trace logging or log suppression. + tridentLogWorkflows: "" + + # tridentLogLayers allows specific Trident layers to be enabled for trace logging or log suppression. + tridentLogLayers: "" + + # tridentImage allows the complete override of the image for Trident. + tridentImage: "" + + # tridentImageTag allows overriding the tag of the image for Trident. + tridentImageTag: "" + + # (Deprecated) tridentEnableNodePrep attempts to automatically install required packages on nodes. + tridentEnableNodePrep: false + + # (Deprecated) tridentSkipK8sVersionCheck allows overriding the k8s version limit for Trident. + tridentSkipK8sVersionCheck: false + + # tridentProbePort allows overriding the default port used for k8s liveness/readiness probes. + tridentProbePort: "" + + # windows allows Trident to be installed on Windows worker node. + windows: false + + # enableForceDetach allows enabling the force detach feature. + enableForceDetach: false + + # cloudProvider indicates which cloud platform Trident is running on. + cloudProvider: "" + + # cloudIdentity indicates the identity that needs to be set on service account. + cloudIdentity: "" + + # enableACP allows enabling the Trident-ACP container to run. + enableACP: false + + # acpImage indicates the image the Trident-ACP container should pull. + acpImage: "" + + # httpsMetrics allows enabling the HTTPS metrics. + httpsMetrics: false + + # iscsiSelfHealingInterval is the interval at which the iSCSI self-healing job is invoked + iscsiSelfHealingInterval: "5m0s" + + # iscsiSelfHealingWaitTime is the wait time after which iSCSI self-healing attempts to fix stale sessions + iscsiSelfHealingWaitTime: "7m0s" + + # configuratorReconcileInterval is the resource refresh rate for the auto generated backends. + configuratorReconcileInterval: 30m0s + + # forceInstallRancherClusterRoles will install a Rancher specific ClusterRole and ClusterRoleBinding when set to true. + # When set to false, the ClusterRole and ClusterRoleBinding will be installed only when a Rancher cluster is detected. + forceInstallRancherClusterRoles: false + + # Auto generated ANF backend related fields consumed by the configurator controller. + anfConfigurator: + enabled: false + virtualNetwork: "" + subnet: "" + subscriptionID: "" + tenantID: "" + location: "" + clientCredentials: "" + capacityPools: [] + netappAccounts: [] + resourceGroups: [] + customerEncryptionKeys: {} + + # Auto generated ONTAP backend related fields consumed by the configurator controller. + ontapConfigurator: + enabled: false + svms: + - fsxnID: '' + svmName: '' + protocols: [] + authType: '' + + # enableConcurrency enables the concurrent core feature in Trident **TECH PREVIEW** + enableConcurrency: false + + # Resource requests and limits for Trident components (controller, node, operator). + # Configure CPU and memory for each container and sidecar to manage resource allocation in Kubernetes. + # + # IMPORTANT NOTES: + # - DO NOT change the names of any containers or fields - or, they may not work + # - DO NOT change the indentation - YAML indentation is critical for proper parsing + # - Default values for controller/node are shown in comments (e.g., # 10m) and are applied automatically if not specified + # - Default values for operator are directly specified in the config (not in comments) and will be applied + # - By default, NO limits are applied - only requests have default values + # - Container names are listed as they appear in the pod specifications + # + # STRUCTURE EXPLANATION: + # + # 1. CONTROLLER POD: + # The controller pod runs on a single operating system (Linux), so there are no OS-specific + # sub-sections. All containers within the controller pod are listed directly under 'controller'. + # + # 2. NODE POD: + # The node pod runs on multiple operating systems (Linux and Windows), so it has OS-specific + # sub-sections: 'linux' and 'windows'. Each OS section lists its specific containers. + # + # 3. OPERATOR POD: + # Unlike controller and node pods, the operator has actual default values directly specified + # (not in comments). If removed, no values will be applied. + resources: + controller: + trident-main: + requests: + cpu: # 10m + memory: # 80Mi + limits: + cpu: + memory: + # sidecars + csi-provisioner: + requests: + cpu: # 2m + memory: # 20Mi + limits: + cpu: + memory: + csi-attacher: + requests: + cpu: # 2m + memory: # 20Mi + limits: + cpu: + memory: + csi-resizer: + requests: + cpu: # 3m + memory: # 20Mi + limits: + cpu: + memory: + csi-snapshotter: + requests: + cpu: # 2m + memory: # 20Mi + limits: + cpu: + memory: + trident-autosupport: + requests: + cpu: # 1m + memory: # 30Mi + limits: + cpu: + memory: + node: + linux: + trident-main: + requests: + cpu: # 10m + memory: # 60Mi + limits: + cpu: + memory: + # sidecars + node-driver-registrar: + requests: + cpu: # 1m + memory: # 10Mi + limits: + cpu: + memory: + windows: + trident-main: + requests: + cpu: # 6m + memory: # 40Mi + limits: + cpu: + memory: + # sidecars + node-driver-registrar: + requests: + cpu: # 6m + memory: # 40Mi + limits: + cpu: + memory: + liveness-probe: + requests: + cpu: # 2m + memory: # 40Mi + limits: + cpu: + memory: + operator: + requests: + cpu: 10m + memory: 40Mi + limits: + cpu: + memory: + + # k8sAPIQPS sets the maximum QPS to the Kubernetes API server from the Trident operator. (default 100) + k8sAPIQPS: 0 + + # hostNetwork sets the hostNetwork field in the Trident operator deployment spec. + hostNetwork: false + + # nodePrep enables Trident to prepare the nodes of the Kubernetes cluster to manage volumes using the + # specified data storage protocol. Currently, iSCSI is the only value supported. + nodePrep: [] From e2d97499de5738182f54ccc052af632638800283 Mon Sep 17 00:00:00 2001 From: jaimegomez-source Date: Tue, 24 Mar 2026 09:17:34 -0500 Subject: [PATCH 3/5] renamed: packs/trident-operator-26.0.2/README.md -> packs/trident-operator-26.02.0/README.md renamed: packs/trident-operator-26.0.2/charts/trident-operator-100.2602.0.tgz -> packs/trident-operator-26.02.0/charts/trident-operator-100.2602.0.tgz renamed: packs/trident-operator-26.0.2/charts/trident-operator/.helmignore -> packs/trident-operator-26.02.0/charts/trident-operator/.helmignore renamed: packs/trident-operator-26.0.2/charts/trident-operator/Chart.yaml -> packs/trident-operator-26.02.0/charts/trident-operator/Chart.yaml renamed: packs/trident-operator-26.0.2/charts/trident-operator/README.md -> packs/trident-operator-26.02.0/charts/trident-operator/README.md renamed: packs/trident-operator-26.0.2/charts/trident-operator/crds/tridentconfigurators.yaml -> packs/trident-operator-26.02.0/charts/trident-operator/crds/tridentconfigurators.yaml renamed: packs/trident-operator-26.0.2/charts/trident-operator/crds/tridentorchestrators.yaml -> packs/trident-operator-26.02.0/charts/trident-operator/crds/tridentorchestrators.yaml renamed: packs/trident-operator-26.0.2/charts/trident-operator/templates/NOTES.txt -> packs/trident-operator-26.02.0/charts/trident-operator/templates/NOTES.txt renamed: packs/trident-operator-26.0.2/charts/trident-operator/templates/_helpers.tpl -> packs/trident-operator-26.02.0/charts/trident-operator/templates/_helpers.tpl renamed: packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrole-rancher.yaml -> packs/trident-operator-26.02.0/charts/trident-operator/templates/clusterrole-rancher.yaml renamed: packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrole.yaml -> packs/trident-operator-26.02.0/charts/trident-operator/templates/clusterrole.yaml renamed: packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrolebinding-rancher.yaml -> packs/trident-operator-26.02.0/charts/trident-operator/templates/clusterrolebinding-rancher.yaml renamed: packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrolebinding.yaml -> packs/trident-operator-26.02.0/charts/trident-operator/templates/clusterrolebinding.yaml renamed: packs/trident-operator-26.0.2/charts/trident-operator/templates/deployment.yaml -> packs/trident-operator-26.02.0/charts/trident-operator/templates/deployment.yaml renamed: packs/trident-operator-26.0.2/charts/trident-operator/templates/postdeletecrdshook.yaml -> packs/trident-operator-26.02.0/charts/trident-operator/templates/postdeletecrdshook.yaml renamed: packs/trident-operator-26.0.2/charts/trident-operator/templates/postinstallupgradehook.yaml -> packs/trident-operator-26.02.0/charts/trident-operator/templates/postinstallupgradehook.yaml renamed: packs/trident-operator-26.0.2/charts/trident-operator/templates/predeletecrdshook.yaml -> packs/trident-operator-26.02.0/charts/trident-operator/templates/predeletecrdshook.yaml renamed: packs/trident-operator-26.0.2/charts/trident-operator/templates/serviceaccount.yaml -> packs/trident-operator-26.02.0/charts/trident-operator/templates/serviceaccount.yaml renamed: packs/trident-operator-26.0.2/charts/trident-operator/templates/tridentconfigurator.yaml -> packs/trident-operator-26.02.0/charts/trident-operator/templates/tridentconfigurator.yaml renamed: packs/trident-operator-26.0.2/charts/trident-operator/templates/tridentorchestrator.yaml -> packs/trident-operator-26.02.0/charts/trident-operator/templates/tridentorchestrator.yaml renamed: packs/trident-operator-26.0.2/charts/trident-operator/values.yaml -> packs/trident-operator-26.02.0/charts/trident-operator/values.yaml renamed: packs/trident-operator-26.0.2/logo.png -> packs/trident-operator-26.02.0/logo.png renamed: packs/trident-operator-26.0.2/pack.json -> packs/trident-operator-26.02.0/pack.json renamed: packs/trident-operator-26.0.2/values.yaml -> packs/trident-operator-26.02.0/values.yaml renamed: packs/trident-operator-addon-26.0.2/README.md -> packs/trident-operator-addon-26.02.0/README.md renamed: packs/trident-operator-addon-26.0.2/charts/trident-operator-100.2602.0.tgz -> packs/trident-operator-addon-26.02.0/charts/trident-operator-100.2602.0.tgz renamed: packs/trident-operator-addon-26.0.2/charts/trident-operator/.helmignore -> packs/trident-operator-addon-26.02.0/charts/trident-operator/.helmignore renamed: packs/trident-operator-addon-26.0.2/charts/trident-operator/Chart.yaml -> packs/trident-operator-addon-26.02.0/charts/trident-operator/Chart.yaml renamed: packs/trident-operator-addon-26.0.2/charts/trident-operator/README.md -> packs/trident-operator-addon-26.02.0/charts/trident-operator/README.md renamed: packs/trident-operator-addon-26.0.2/charts/trident-operator/crds/tridentconfigurators.yaml -> packs/trident-operator-addon-26.02.0/charts/trident-operator/crds/tridentconfigurators.yaml renamed: packs/trident-operator-addon-26.0.2/charts/trident-operator/crds/tridentorchestrators.yaml -> packs/trident-operator-addon-26.02.0/charts/trident-operator/crds/tridentorchestrators.yaml renamed: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/NOTES.txt -> packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/NOTES.txt renamed: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/_helpers.tpl -> packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/_helpers.tpl renamed: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrole-rancher.yaml -> packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/clusterrole-rancher.yaml renamed: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrole.yaml -> packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/clusterrole.yaml renamed: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrolebinding-rancher.yaml -> packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/clusterrolebinding-rancher.yaml renamed: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrolebinding.yaml -> packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/clusterrolebinding.yaml renamed: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/deployment.yaml -> packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/deployment.yaml renamed: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/postdeletecrdshook.yaml -> packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/postdeletecrdshook.yaml renamed: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/postinstallupgradehook.yaml -> packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/postinstallupgradehook.yaml renamed: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/predeletecrdshook.yaml -> packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/predeletecrdshook.yaml renamed: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/serviceaccount.yaml -> packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/serviceaccount.yaml renamed: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/tridentconfigurator.yaml -> packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/tridentconfigurator.yaml renamed: packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/tridentorchestrator.yaml -> packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/tridentorchestrator.yaml renamed: packs/trident-operator-addon-26.0.2/charts/trident-operator/values.yaml -> packs/trident-operator-addon-26.02.0/charts/trident-operator/values.yaml renamed: packs/trident-operator-addon-26.0.2/logo.png -> packs/trident-operator-addon-26.02.0/logo.png renamed: packs/trident-operator-addon-26.0.2/pack.json -> packs/trident-operator-addon-26.02.0/pack.json renamed: packs/trident-operator-addon-26.0.2/values.yaml -> packs/trident-operator-addon-26.02.0/values.yaml --- .../README.md | 0 .../charts/trident-operator-100.2602.0.tgz | Bin .../charts/trident-operator/.helmignore | 0 .../charts/trident-operator/Chart.yaml | 0 .../charts/trident-operator/README.md | 0 .../trident-operator/crds/tridentconfigurators.yaml | 0 .../trident-operator/crds/tridentorchestrators.yaml | 0 .../charts/trident-operator/templates/NOTES.txt | 0 .../charts/trident-operator/templates/_helpers.tpl | 0 .../templates/clusterrole-rancher.yaml | 0 .../trident-operator/templates/clusterrole.yaml | 0 .../templates/clusterrolebinding-rancher.yaml | 0 .../templates/clusterrolebinding.yaml | 0 .../trident-operator/templates/deployment.yaml | 0 .../templates/postdeletecrdshook.yaml | 0 .../templates/postinstallupgradehook.yaml | 0 .../templates/predeletecrdshook.yaml | 0 .../trident-operator/templates/serviceaccount.yaml | 0 .../templates/tridentconfigurator.yaml | 0 .../templates/tridentorchestrator.yaml | 0 .../charts/trident-operator/values.yaml | 0 .../logo.png | Bin .../pack.json | 2 +- .../values.yaml | 10 +++++----- .../README.md | 0 .../charts/trident-operator-100.2602.0.tgz | Bin .../charts/trident-operator/.helmignore | 0 .../charts/trident-operator/Chart.yaml | 0 .../charts/trident-operator/README.md | 0 .../trident-operator/crds/tridentconfigurators.yaml | 0 .../trident-operator/crds/tridentorchestrators.yaml | 0 .../charts/trident-operator/templates/NOTES.txt | 0 .../charts/trident-operator/templates/_helpers.tpl | 0 .../templates/clusterrole-rancher.yaml | 0 .../trident-operator/templates/clusterrole.yaml | 0 .../templates/clusterrolebinding-rancher.yaml | 0 .../templates/clusterrolebinding.yaml | 0 .../trident-operator/templates/deployment.yaml | 0 .../templates/postdeletecrdshook.yaml | 0 .../templates/postinstallupgradehook.yaml | 0 .../templates/predeletecrdshook.yaml | 0 .../trident-operator/templates/serviceaccount.yaml | 0 .../templates/tridentconfigurator.yaml | 0 .../templates/tridentorchestrator.yaml | 0 .../charts/trident-operator/values.yaml | 0 .../logo.png | Bin .../pack.json | 2 +- .../values.yaml | 2 +- 48 files changed, 8 insertions(+), 8 deletions(-) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/README.md (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/charts/trident-operator-100.2602.0.tgz (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/charts/trident-operator/.helmignore (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/charts/trident-operator/Chart.yaml (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/charts/trident-operator/README.md (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/charts/trident-operator/crds/tridentconfigurators.yaml (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/charts/trident-operator/crds/tridentorchestrators.yaml (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/charts/trident-operator/templates/NOTES.txt (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/charts/trident-operator/templates/_helpers.tpl (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/charts/trident-operator/templates/clusterrole-rancher.yaml (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/charts/trident-operator/templates/clusterrole.yaml (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/charts/trident-operator/templates/clusterrolebinding-rancher.yaml (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/charts/trident-operator/templates/clusterrolebinding.yaml (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/charts/trident-operator/templates/deployment.yaml (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/charts/trident-operator/templates/postdeletecrdshook.yaml (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/charts/trident-operator/templates/postinstallupgradehook.yaml (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/charts/trident-operator/templates/predeletecrdshook.yaml (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/charts/trident-operator/templates/serviceaccount.yaml (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/charts/trident-operator/templates/tridentconfigurator.yaml (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/charts/trident-operator/templates/tridentorchestrator.yaml (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/charts/trident-operator/values.yaml (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/logo.png (100%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/pack.json (91%) rename packs/{trident-operator-26.0.2 => trident-operator-26.02.0}/values.yaml (98%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/README.md (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/charts/trident-operator-100.2602.0.tgz (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/charts/trident-operator/.helmignore (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/charts/trident-operator/Chart.yaml (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/charts/trident-operator/README.md (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/charts/trident-operator/crds/tridentconfigurators.yaml (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/charts/trident-operator/crds/tridentorchestrators.yaml (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/charts/trident-operator/templates/NOTES.txt (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/charts/trident-operator/templates/_helpers.tpl (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/charts/trident-operator/templates/clusterrole-rancher.yaml (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/charts/trident-operator/templates/clusterrole.yaml (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/charts/trident-operator/templates/clusterrolebinding-rancher.yaml (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/charts/trident-operator/templates/clusterrolebinding.yaml (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/charts/trident-operator/templates/deployment.yaml (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/charts/trident-operator/templates/postdeletecrdshook.yaml (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/charts/trident-operator/templates/postinstallupgradehook.yaml (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/charts/trident-operator/templates/predeletecrdshook.yaml (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/charts/trident-operator/templates/serviceaccount.yaml (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/charts/trident-operator/templates/tridentconfigurator.yaml (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/charts/trident-operator/templates/tridentorchestrator.yaml (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/charts/trident-operator/values.yaml (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/logo.png (100%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/pack.json (92%) rename packs/{trident-operator-addon-26.0.2 => trident-operator-addon-26.02.0}/values.yaml (99%) diff --git a/packs/trident-operator-26.0.2/README.md b/packs/trident-operator-26.02.0/README.md similarity index 100% rename from packs/trident-operator-26.0.2/README.md rename to packs/trident-operator-26.02.0/README.md diff --git a/packs/trident-operator-26.0.2/charts/trident-operator-100.2602.0.tgz b/packs/trident-operator-26.02.0/charts/trident-operator-100.2602.0.tgz similarity index 100% rename from packs/trident-operator-26.0.2/charts/trident-operator-100.2602.0.tgz rename to packs/trident-operator-26.02.0/charts/trident-operator-100.2602.0.tgz diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/.helmignore b/packs/trident-operator-26.02.0/charts/trident-operator/.helmignore similarity index 100% rename from packs/trident-operator-26.0.2/charts/trident-operator/.helmignore rename to packs/trident-operator-26.02.0/charts/trident-operator/.helmignore diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/Chart.yaml b/packs/trident-operator-26.02.0/charts/trident-operator/Chart.yaml similarity index 100% rename from packs/trident-operator-26.0.2/charts/trident-operator/Chart.yaml rename to packs/trident-operator-26.02.0/charts/trident-operator/Chart.yaml diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/README.md b/packs/trident-operator-26.02.0/charts/trident-operator/README.md similarity index 100% rename from packs/trident-operator-26.0.2/charts/trident-operator/README.md rename to packs/trident-operator-26.02.0/charts/trident-operator/README.md diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/crds/tridentconfigurators.yaml b/packs/trident-operator-26.02.0/charts/trident-operator/crds/tridentconfigurators.yaml similarity index 100% rename from packs/trident-operator-26.0.2/charts/trident-operator/crds/tridentconfigurators.yaml rename to packs/trident-operator-26.02.0/charts/trident-operator/crds/tridentconfigurators.yaml diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/crds/tridentorchestrators.yaml b/packs/trident-operator-26.02.0/charts/trident-operator/crds/tridentorchestrators.yaml similarity index 100% rename from packs/trident-operator-26.0.2/charts/trident-operator/crds/tridentorchestrators.yaml rename to packs/trident-operator-26.02.0/charts/trident-operator/crds/tridentorchestrators.yaml diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/NOTES.txt b/packs/trident-operator-26.02.0/charts/trident-operator/templates/NOTES.txt similarity index 100% rename from packs/trident-operator-26.0.2/charts/trident-operator/templates/NOTES.txt rename to packs/trident-operator-26.02.0/charts/trident-operator/templates/NOTES.txt diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/_helpers.tpl b/packs/trident-operator-26.02.0/charts/trident-operator/templates/_helpers.tpl similarity index 100% rename from packs/trident-operator-26.0.2/charts/trident-operator/templates/_helpers.tpl rename to packs/trident-operator-26.02.0/charts/trident-operator/templates/_helpers.tpl diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrole-rancher.yaml b/packs/trident-operator-26.02.0/charts/trident-operator/templates/clusterrole-rancher.yaml similarity index 100% rename from packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrole-rancher.yaml rename to packs/trident-operator-26.02.0/charts/trident-operator/templates/clusterrole-rancher.yaml diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrole.yaml b/packs/trident-operator-26.02.0/charts/trident-operator/templates/clusterrole.yaml similarity index 100% rename from packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrole.yaml rename to packs/trident-operator-26.02.0/charts/trident-operator/templates/clusterrole.yaml diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrolebinding-rancher.yaml b/packs/trident-operator-26.02.0/charts/trident-operator/templates/clusterrolebinding-rancher.yaml similarity index 100% rename from packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrolebinding-rancher.yaml rename to packs/trident-operator-26.02.0/charts/trident-operator/templates/clusterrolebinding-rancher.yaml diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrolebinding.yaml b/packs/trident-operator-26.02.0/charts/trident-operator/templates/clusterrolebinding.yaml similarity index 100% rename from packs/trident-operator-26.0.2/charts/trident-operator/templates/clusterrolebinding.yaml rename to packs/trident-operator-26.02.0/charts/trident-operator/templates/clusterrolebinding.yaml diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/deployment.yaml b/packs/trident-operator-26.02.0/charts/trident-operator/templates/deployment.yaml similarity index 100% rename from packs/trident-operator-26.0.2/charts/trident-operator/templates/deployment.yaml rename to packs/trident-operator-26.02.0/charts/trident-operator/templates/deployment.yaml diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/postdeletecrdshook.yaml b/packs/trident-operator-26.02.0/charts/trident-operator/templates/postdeletecrdshook.yaml similarity index 100% rename from packs/trident-operator-26.0.2/charts/trident-operator/templates/postdeletecrdshook.yaml rename to packs/trident-operator-26.02.0/charts/trident-operator/templates/postdeletecrdshook.yaml diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/postinstallupgradehook.yaml b/packs/trident-operator-26.02.0/charts/trident-operator/templates/postinstallupgradehook.yaml similarity index 100% rename from packs/trident-operator-26.0.2/charts/trident-operator/templates/postinstallupgradehook.yaml rename to packs/trident-operator-26.02.0/charts/trident-operator/templates/postinstallupgradehook.yaml diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/predeletecrdshook.yaml b/packs/trident-operator-26.02.0/charts/trident-operator/templates/predeletecrdshook.yaml similarity index 100% rename from packs/trident-operator-26.0.2/charts/trident-operator/templates/predeletecrdshook.yaml rename to packs/trident-operator-26.02.0/charts/trident-operator/templates/predeletecrdshook.yaml diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/serviceaccount.yaml b/packs/trident-operator-26.02.0/charts/trident-operator/templates/serviceaccount.yaml similarity index 100% rename from packs/trident-operator-26.0.2/charts/trident-operator/templates/serviceaccount.yaml rename to packs/trident-operator-26.02.0/charts/trident-operator/templates/serviceaccount.yaml diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/tridentconfigurator.yaml b/packs/trident-operator-26.02.0/charts/trident-operator/templates/tridentconfigurator.yaml similarity index 100% rename from packs/trident-operator-26.0.2/charts/trident-operator/templates/tridentconfigurator.yaml rename to packs/trident-operator-26.02.0/charts/trident-operator/templates/tridentconfigurator.yaml diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/templates/tridentorchestrator.yaml b/packs/trident-operator-26.02.0/charts/trident-operator/templates/tridentorchestrator.yaml similarity index 100% rename from packs/trident-operator-26.0.2/charts/trident-operator/templates/tridentorchestrator.yaml rename to packs/trident-operator-26.02.0/charts/trident-operator/templates/tridentorchestrator.yaml diff --git a/packs/trident-operator-26.0.2/charts/trident-operator/values.yaml b/packs/trident-operator-26.02.0/charts/trident-operator/values.yaml similarity index 100% rename from packs/trident-operator-26.0.2/charts/trident-operator/values.yaml rename to packs/trident-operator-26.02.0/charts/trident-operator/values.yaml diff --git a/packs/trident-operator-26.0.2/logo.png b/packs/trident-operator-26.02.0/logo.png similarity index 100% rename from packs/trident-operator-26.0.2/logo.png rename to packs/trident-operator-26.02.0/logo.png diff --git a/packs/trident-operator-26.0.2/pack.json b/packs/trident-operator-26.02.0/pack.json similarity index 91% rename from packs/trident-operator-26.0.2/pack.json rename to packs/trident-operator-26.02.0/pack.json index 556e0321..8d55e884 100644 --- a/packs/trident-operator-26.0.2/pack.json +++ b/packs/trident-operator-26.02.0/pack.json @@ -12,5 +12,5 @@ ], "layer": "csi", "name": "csi-trident", - "version": "26.0.2" + "version": "26.02.0" } \ No newline at end of file diff --git a/packs/trident-operator-26.0.2/values.yaml b/packs/trident-operator-26.02.0/values.yaml similarity index 98% rename from packs/trident-operator-26.0.2/values.yaml rename to packs/trident-operator-26.02.0/values.yaml index be45f274..3d7ee6a3 100644 --- a/packs/trident-operator-26.0.2/values.yaml +++ b/packs/trident-operator-26.02.0/values.yaml @@ -2,14 +2,14 @@ pack: namespace: trident content: images: - - image: docker.io/netapp/trident-operator:26.0.2 - - image: docker.io/netapp/trident-autosupport:26.0.2 - - image: docker.io/netapp/trident:26.0.2 + - image: docker.io/netapp/trident-operator:26.02.0 + - image: docker.io/netapp/trident-autosupport:26.02.0 + - image: docker.io/netapp/trident:26.02.0 charts: - - repo: https://github.com/NetApp/trident/releases/download/v26.0.2/trident-installer-26.0.2.tar.gz + - repo: https://github.com/NetApp/trident/releases/download/v26.02.0/trident-installer-26.02.0.tar.gz name: trident-operator - version: 26.0.2 + version: 26.02.0 # Add Pod Security Standard label to trident namespace. namespaceLabels: diff --git a/packs/trident-operator-addon-26.0.2/README.md b/packs/trident-operator-addon-26.02.0/README.md similarity index 100% rename from packs/trident-operator-addon-26.0.2/README.md rename to packs/trident-operator-addon-26.02.0/README.md diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator-100.2602.0.tgz b/packs/trident-operator-addon-26.02.0/charts/trident-operator-100.2602.0.tgz similarity index 100% rename from packs/trident-operator-addon-26.0.2/charts/trident-operator-100.2602.0.tgz rename to packs/trident-operator-addon-26.02.0/charts/trident-operator-100.2602.0.tgz diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/.helmignore b/packs/trident-operator-addon-26.02.0/charts/trident-operator/.helmignore similarity index 100% rename from packs/trident-operator-addon-26.0.2/charts/trident-operator/.helmignore rename to packs/trident-operator-addon-26.02.0/charts/trident-operator/.helmignore diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/Chart.yaml b/packs/trident-operator-addon-26.02.0/charts/trident-operator/Chart.yaml similarity index 100% rename from packs/trident-operator-addon-26.0.2/charts/trident-operator/Chart.yaml rename to packs/trident-operator-addon-26.02.0/charts/trident-operator/Chart.yaml diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/README.md b/packs/trident-operator-addon-26.02.0/charts/trident-operator/README.md similarity index 100% rename from packs/trident-operator-addon-26.0.2/charts/trident-operator/README.md rename to packs/trident-operator-addon-26.02.0/charts/trident-operator/README.md diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/crds/tridentconfigurators.yaml b/packs/trident-operator-addon-26.02.0/charts/trident-operator/crds/tridentconfigurators.yaml similarity index 100% rename from packs/trident-operator-addon-26.0.2/charts/trident-operator/crds/tridentconfigurators.yaml rename to packs/trident-operator-addon-26.02.0/charts/trident-operator/crds/tridentconfigurators.yaml diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/crds/tridentorchestrators.yaml b/packs/trident-operator-addon-26.02.0/charts/trident-operator/crds/tridentorchestrators.yaml similarity index 100% rename from packs/trident-operator-addon-26.0.2/charts/trident-operator/crds/tridentorchestrators.yaml rename to packs/trident-operator-addon-26.02.0/charts/trident-operator/crds/tridentorchestrators.yaml diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/NOTES.txt b/packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/NOTES.txt similarity index 100% rename from packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/NOTES.txt rename to packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/NOTES.txt diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/_helpers.tpl b/packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/_helpers.tpl similarity index 100% rename from packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/_helpers.tpl rename to packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/_helpers.tpl diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrole-rancher.yaml b/packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/clusterrole-rancher.yaml similarity index 100% rename from packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrole-rancher.yaml rename to packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/clusterrole-rancher.yaml diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrole.yaml b/packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/clusterrole.yaml similarity index 100% rename from packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrole.yaml rename to packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/clusterrole.yaml diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrolebinding-rancher.yaml b/packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/clusterrolebinding-rancher.yaml similarity index 100% rename from packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrolebinding-rancher.yaml rename to packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/clusterrolebinding-rancher.yaml diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrolebinding.yaml b/packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/clusterrolebinding.yaml similarity index 100% rename from packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/clusterrolebinding.yaml rename to packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/clusterrolebinding.yaml diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/deployment.yaml b/packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/deployment.yaml similarity index 100% rename from packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/deployment.yaml rename to packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/deployment.yaml diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/postdeletecrdshook.yaml b/packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/postdeletecrdshook.yaml similarity index 100% rename from packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/postdeletecrdshook.yaml rename to packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/postdeletecrdshook.yaml diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/postinstallupgradehook.yaml b/packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/postinstallupgradehook.yaml similarity index 100% rename from packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/postinstallupgradehook.yaml rename to packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/postinstallupgradehook.yaml diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/predeletecrdshook.yaml b/packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/predeletecrdshook.yaml similarity index 100% rename from packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/predeletecrdshook.yaml rename to packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/predeletecrdshook.yaml diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/serviceaccount.yaml b/packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/serviceaccount.yaml similarity index 100% rename from packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/serviceaccount.yaml rename to packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/serviceaccount.yaml diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/tridentconfigurator.yaml b/packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/tridentconfigurator.yaml similarity index 100% rename from packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/tridentconfigurator.yaml rename to packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/tridentconfigurator.yaml diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/tridentorchestrator.yaml b/packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/tridentorchestrator.yaml similarity index 100% rename from packs/trident-operator-addon-26.0.2/charts/trident-operator/templates/tridentorchestrator.yaml rename to packs/trident-operator-addon-26.02.0/charts/trident-operator/templates/tridentorchestrator.yaml diff --git a/packs/trident-operator-addon-26.0.2/charts/trident-operator/values.yaml b/packs/trident-operator-addon-26.02.0/charts/trident-operator/values.yaml similarity index 100% rename from packs/trident-operator-addon-26.0.2/charts/trident-operator/values.yaml rename to packs/trident-operator-addon-26.02.0/charts/trident-operator/values.yaml diff --git a/packs/trident-operator-addon-26.0.2/logo.png b/packs/trident-operator-addon-26.02.0/logo.png similarity index 100% rename from packs/trident-operator-addon-26.0.2/logo.png rename to packs/trident-operator-addon-26.02.0/logo.png diff --git a/packs/trident-operator-addon-26.0.2/pack.json b/packs/trident-operator-addon-26.02.0/pack.json similarity index 92% rename from packs/trident-operator-addon-26.0.2/pack.json rename to packs/trident-operator-addon-26.02.0/pack.json index eae1740e..b9130116 100644 --- a/packs/trident-operator-addon-26.0.2/pack.json +++ b/packs/trident-operator-addon-26.02.0/pack.json @@ -13,5 +13,5 @@ ], "layer": "addon", "name": "csi-trident-addon", - "version": "26.0.2" + "version": "26.02.0" } \ No newline at end of file diff --git a/packs/trident-operator-addon-26.0.2/values.yaml b/packs/trident-operator-addon-26.02.0/values.yaml similarity index 99% rename from packs/trident-operator-addon-26.0.2/values.yaml rename to packs/trident-operator-addon-26.02.0/values.yaml index 9b251ac0..4e7f463f 100644 --- a/packs/trident-operator-addon-26.0.2/values.yaml +++ b/packs/trident-operator-addon-26.02.0/values.yaml @@ -5,7 +5,7 @@ pack: namespace: trident content: images: - - image: docker.io/netapp/trident-operator:26.0.2 + - image: docker.io/netapp/trident-operator:26.02.0 charts: trident-operator: From 6df0aee4e549c95e15bc22eca479d49a7e849d13 Mon Sep 17 00:00:00 2001 From: jaimegomez-source Date: Wed, 25 Mar 2026 08:55:01 -0500 Subject: [PATCH 4/5] modified: packs/trident-operator-26.02.0/values.yaml --- packs/trident-operator-26.02.0/values.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/packs/trident-operator-26.02.0/values.yaml b/packs/trident-operator-26.02.0/values.yaml index 3d7ee6a3..66e247f4 100644 --- a/packs/trident-operator-26.02.0/values.yaml +++ b/packs/trident-operator-26.02.0/values.yaml @@ -4,12 +4,7 @@ pack: images: - image: docker.io/netapp/trident-operator:26.02.0 - image: docker.io/netapp/trident-autosupport:26.02.0 - - image: docker.io/netapp/trident:26.02.0 - - charts: - - repo: https://github.com/NetApp/trident/releases/download/v26.02.0/trident-installer-26.02.0.tar.gz - name: trident-operator - version: 26.02.0 + - image: docker.io/netapp/trident:26.02.0 # Add Pod Security Standard label to trident namespace. namespaceLabels: From 4f8cdde52e5f641d231dc14717058bf35edb109c Mon Sep 17 00:00:00 2001 From: jaimegomez-source Date: Wed, 25 Mar 2026 16:07:46 -0500 Subject: [PATCH 5/5] modified: packs/trident-operator-addon-26.02.0/values.yaml --- packs/trident-operator-addon-26.02.0/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packs/trident-operator-addon-26.02.0/values.yaml b/packs/trident-operator-addon-26.02.0/values.yaml index 4e7f463f..f35ae8e7 100644 --- a/packs/trident-operator-addon-26.02.0/values.yaml +++ b/packs/trident-operator-addon-26.02.0/values.yaml @@ -6,6 +6,8 @@ pack: content: images: - image: docker.io/netapp/trident-operator:26.02.0 + - image: docker.io/netapp/trident-autosupport:26.02.0 + - image: docker.io/netapp/trident:26.02.0 charts: trident-operator: