* Fix selenium hub typo in environment variable GRID_CLEAN_UP_CYCLE
Signed-off-by: Stefan Staude <stefan.staude@staffbase.com>
* Extend value.yaml documentation and fix timeout units
Signed-off-by: Stefan Staude <stefan.staude@staffbase.com>
* Update selenium chart version to 1.0.11
Signed-off-by: Stefan Staude <stefan.staude@staffbase.com>
* [stable/sysdig] Add SCC if Openshift is detected
Signed-off-by: Federico Barcelona <fede_rico_94@hotmail.com>
* [stable/sysdig] Rename value to use scc.create instead
Signed-off-by: Federico Barcelona <fede_rico_94@hotmail.com>
Having the status field in the CRDs prevents continuous deployment tools (like
Argo CD) from converging.
Signed-off-by: Yann Soubeyrand <yann.soubeyrand@camptocamp.com>
Adding release.Namespace in meta fixes issues
when rendering template with 'helm template --namespace'.
Without it, the rendered templates do not have the
namespace defined which is problematic when using
a gitops approach. This is also a requirement for
a tool like Spinnaker.
Signed-off-by: lcavajani <lcavajani@suse.com>
This was causing the DaemonSet to have an invalid key/value for imagePullSecrets
```
imagePullSecrets:
- name:
```
Signed-off-by: Brian Glogower <xbglowx@gmail.com>
Superset used to start by running init_superset.sh which was
configurable. This commit adds that possibility back together with the
option to pass additional arguments to that script for configuring
start up.
Signed-off-by: Daniel Johansson <daniel.sjohansson@niradynamics.se>
Co-authored-by: Daniel Johansson <Daniel.SJohansson@niradynamics.se>
Allows users to specify additional volumes / volumeMounts to mount in
the DeamonSet container. This is useful for custom plugins scripts
that need to load additional data to run.
Signed-off-by: Louis Blin <louisblin@users.noreply.github.com>
* stable/jenkins: Define jenkinsHome variable to use in range blocks
Signed-off-by: Jakub Marciniak <jakub.marciniak@alfa.pl>
* stable/jenkins: Use jenkinsHome variable only inside range blocks
Signed-off-by: Jakub Marciniak <jakub.marciniak@alfa.pl>
* [stable/wordpress] bump major version (#18852)
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/pulls/12642 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.
Signed-off-by: Sameer Naik <sameersbn@vmware.com>
Signed-off-by: Anish Dhanka <anish@bjshomedelivery.com>
* Kube 1.16 removed deprecated api
Error: validation failed: unable to recognize "": no matches for kind "StatefulSet" in version "apps/v1beta1"
Signed-off-by: Anish Dhanka <anish@bjshomedelivery.com>
* circleci bump chart version issue fixed
Signed-off-by: Anish Dhanka <anish@bjshomedelivery.com>
* mysqlha selector issue fixed
Signed-off-by: Anish Dhanka <anish@bjshomedelivery.com>
Co-authored-by: Sameer Naik <sameersbn@vmware.com>
Co-authored-by: Anish Dhanka <Anishmourya@users.noreply.github.com>
* Add support for secret annotations when auth is enabled
Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>
* updated to the PR to recommended changes
Signed-off-by: Oluwaseun Obajobi <oba@obajobi.com>
* add support for additionalPorts and vseditor
- support additionalPorts
- vseditor changed logic for no passwords
- support to enable access to editor when home assistant does not start
Signed-off-by: Vegetto <git@angelnu.com>
* [home-assistant] Add AppDaemon
Leverages the support in HACS to download apps for AppDaemon.
Signed-off-by: Vegetto <git@angelnu.com>
* Fix enablement for appdaemon
Signed-off-by: Vegetto <git@angelnu.com>
* Add home-assistant config folder to appDaemon container
Signed-off-by: Vegetto <git@angelnu.com>
* increase version
Signed-off-by: Vegetto <git@angelnu.com>
* [stable/prometheus-operator] Use disableCompaction value
Signed-off-by: Grace Do <xgrace@gmail.com>
* [stable/prometheus-operator] Bump chart version
Signed-off-by: Grace Do <xgrace@gmail.com>
* [stable/jenkins] Add support for custom pod templates
Signed-off-by: Luis Garnica Guilarte <luisgarnica42@gmail.com>
* [stable/jenkins] change value name to agent.podTemplates
Signed-off-by: Luis Garnica Guilarte <luisgarnica42@gmail.com>
* [stable/jenkins] change value name to agent.podTemplates
Signed-off-by: Luis Garnica Guilarte <luisgarnica42@gmail.com>
`with` changes scope here and now when _not_ using an existing secret, the template oauth2-proxy.secretName is invoked, but provided `.` context, which is the .Values.config.google context, not the global context which contains .Values—a dependency of that helper.
Signed-off-by: Josh Bielick <jbielick@gmail.com>
* Adding ability to specify an override value for the release label used throughout the chart.
# Conflicts:
# stable/nginx-ingress/templates/controller-poddisruptionbudget.yaml
Signed-off-by: John McGowan <john.mcgowan@wowza.com>
* Update stable/nginx-ingress/Chart.yaml
Co-Authored-By: Alex Harder <13860012+ChiefAlexander@users.noreply.github.com>
Signed-off-by: John McGowan <john.mcgowan@wowza.com>
* Changing init container to run as root to ensure permissions are intact for rabbit container
Signed-off-by: skirsch <skirsch@cardlytics.com>
* Bumping version
Signed-off-by: skirsch <skirsch@cardlytics.com>
* Moved to only touch the piece the init container is affecting (cookie)
Signed-off-by: skirsch <skirsch@cardlytics.com>
* fixing to fsGroup and checking for non-null/empty values first
Signed-off-by: skirsch <skirsch@cardlytics.com>
* Adding recursive to /var/lib/rabbitmq
Signed-off-by: skirsch <skirsch@cardlytics.com>
* version bump
Signed-off-by: skirsch <skirsch@cardlytics.com>
Co-authored-by: skirsch <skirsch@cardlytics.com>