This Helm chart is used to install the jabbermouth/demo container. It's a relatively simple chart with the only difference between each chart version being the app version and the container it references. Note that build labels have been stripped from the chart version but not the app version. This means that, for example, 0.0.1-alpha+1234 is installed when using chart version 0.0.1-alpha.
Note: TLS support is currently not working.
helm upgrade --install simple-demo oci://registry-1.docker.io/jabbermouth/helm-demo --version 2.0.1-alpha
For convenience, all values are shown below:
replicaCount: 2
image:
repository: jabbermouth/demo
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: ''
build: '' # applied to the end of tag
imagePullSecrets: []
nameOverride: ''
fullnameOverride: ''
service:
type: ClusterIP
port: 80
ingress:
enabled: true
className: 'nginx'
domain: localhost
path: /
pathType: ImplementationSpecific
stickySessions: true
tls:
enabled: false
useCertManager: true
letsEncryptEmail: ''
config:
files:
required:
createAs: 'configmap' # can also be created as 'secret'
value: ''
optional:
createAs: 'configmap' # can also be created as 'secret'
value: ''
environment:
overridden:
createAs: 'secret' # can also be created as 'configmap' or 'inline'
value: ''
onlyFromEnvVar:
createAs: 'inline' # can also be created as 'configmap' or 'secret'
value: ''
azureKeyVault:
vaultUrl: ''
keyName: ''
managedIdentityClientId: ''
azureAppConfiguration:
endpoint: ''
managedIdentityClientId: ''
azureServiceBus:
namespace: ''
queue: ''
managedIdentityClientId: ''
Content type
Helm
Digest
sha256:8c3277de0…
Size
4.6 kB
Last updated
over 3 years ago
helm pull oci://registry-1.docker.io/jabbermouth/helm-demo --version 3.0.1-alpha