* [stable/minio] Fix after-install help NOTES
This commit fixes the NOTES in the steps to access the new
installed Minio in localhost.
It was not constructing the right release parameter in the command:
``
export POD_NAME=$(kubectl get pods --namespace default -l "release=RELEASE_NAME" -o jsonpath="{.items[0].metadata.name}")
``
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
* bump version
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
Apparently readiness and liveness probes were mistaken. It probably
makes more sense for the liveness probe to have an initial delay of 60
seconds. Also 10s is the default for periodSeconds.
Signed-off-by: Simon Rüegg <simon.ruegg@vshn.ch>
* [stable/concourse] Fix Broken Tutorial Link
The Concourse docs have a new section with a list of tutorials rather than a single hello-world
Signed-off-by: Topher Bullock <cbullock@pivotal.io>
* Bump Chart version number
Signed-off-by: Topher Bullock <cbullock@pivotal.io>
* [kibana] add ServiceAccount creation support
Signed-off-by: Ludovic Cavajani <lcavajani@suse.com>
* bum chart version and not the app version
Signed-off-by: Ludovic Cavajani <lcavajani@suse.com>
* fix missing dash in if/else condition
Signed-off-by: Ludovic Cavajani <lcavajani@suse.com>
* bump version
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
Minio provide a way to use subdomain as bucket-name using the
`minioConfig.domain` config. This commit allow the * in the ingress.hosts
Exemple:
ingress:
enabled: true
hosts:
- "*.minio.adoy.net"
minioConfig:
domain: minio.adoy.net
Signed-off-by: Pierrick Charron <pierrick@webstart.fr>
* [stable/ark] Quote configuration parameter backupStorageProvider.config.s3ForcePathStyle (#7373)
Signed-off-by: François Travais <francois.travais@gmail.com>
* [stable/ark] Bump version to next patch version (1.2.2)
Signed-off-by: François Travais <francois.travais@gmail.com>
* split datasource in separate mysql connection vars
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
* added mysql db var
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
* fixed mysql values
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
* fixed image version n values & bumped version to 0.2.0
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
* added round brackets again
Signed-off-by: André Bauer <monotek23@gmail.com>
* added mysql protocol & params parameters
Signed-off-by: André Bauer <monotek23@gmail.com>
* removed datasource
Signed-off-by: André Bauer <monotek23@gmail.com>
* removed db default value
Signed-off-by: André Bauer <monotek23@gmail.com>
* - fixed typo in readme
- enabled scrape annotations by default
- added some more info to values file
Signed-off-by: André Bauer <monotek23@gmail.com>
* changed wording
Signed-off-by: André Bauer <monotek23@gmail.com>
* Added flag for disabling default metrics
Signed-off-by: Vladimir Dimitrov <dimitrov.vlado@gmail.com>
* Bumping chart version with a minor instead of patch
Signed-off-by: Vladimir Dimitrov <dimitrov.vlado@gmail.com>
* [stable/jenkins] Fix component label in NOTES.txt to match label in jenkins-master-deployment.yaml (#7442)
Signed-off-by: François Travais <francois.travais@gmail.com>
* [stable/jenkins] Fix wrong label in NOTES.txt when service type is ClusterIP (#7442)
Signed-off-by: François Travais <francois.travais@gmail.com>
* [stable/redis] NetworkPolicy podSelector should also match "release"
Currently, the `NetworkPolicy` created for the "redis" charts, only selects via the `app` label.
However, this does not only match Redis pods created by the respective release, but matches
Redis pods of _all_ releases of that Chart (which is -- I'm assuming -- not the intended behaviour).
Signed-off-by: Martin Helmich <m.helmich@mittwald.de>
* Bump chart version
Signed-off-by: Martin Helmich <m.helmich@mittwald.de>
* Fixing regression where the service values are not set when the deployment is enabled.
This can be tested by setting deployment.enabled: True and running helm
lint
Signed-off-by: Andrew Suderman <andrew@sudermanjr.com>
* Changing chart version
Signed-off-by: Andrew Suderman <andrew@sudermanjr.com>
* Changing deployment to default false. Moving service back to top level
Signed-off-by: Andrew Suderman <andrew@sudermanjr.com>
* Moving service under deployment
Signed-off-by: Andrew Suderman <andrew@sudermanjr.com>
* [stable/rabbitmq] Log to stdout and add metrics exporter
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Update readme
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/prometheus-adapter] Add checksum of configMap as annotation
- This adds checksum/config to the annotations which has sha256sum of
the file custom-metrics-configmap.yaml
- This does the rolling update of the deployment when user does helm
upgrade and there are changes to the configMap, so the adapter will
pick up the latest changes in the config file
- ref:
https://docs.helm.sh/charts_tips_and_tricks/#automatically-roll-deployments-when-configmaps-or-secrets-change
- Bump chart version
Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
* [stable/prometheus-adapter] Bump version to 0.2.0
Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
* The Docker image has added support for DNS_PING which is now used
instead of JDBC_PING
* The StatefulSet is updated to `apps/v1`
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
* [stable/wordpress] Simplify ingress configuration when for cert-manager
Signed-off-by: juan131 <juan@bitnami.com>
* Apply changes on 'values-production.yaml' too
Signed-off-by: juan131 <juan@bitnami.com>
* [stable/mariadb] Enable metrics by default in production environment
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Bump chart version
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>