Compare commits

...

2 Commits

Author SHA1 Message Date
2cb2de7281 Merge pull request 'Romm 0.1.2' (#15) from alice/helm-charts:main into main
Some checks failed
checks / check and test (push) Successful in 28s
generate-chart / generate-chart-publish (push) Failing after 23s
Reviewed-on: #15
2023-06-28 02:58:40 +00:00
0bb627be5b Romm 0.1.2
All checks were successful
checks / check and test (pull_request) Successful in 22s
2023-06-28 02:58:01 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
name: romm name: romm
# This is the chart version. # This is the chart version.
version: 0.1.1 version: 0.1.2
# A SemVer range of compatible Kubernetes versions (optional) # A SemVer range of compatible Kubernetes versions (optional)
# kubeVersion: ">=1.16.0-0" # kubeVersion: ">=1.16.0-0"
# What is this Application? # What is this Application?
@ -35,6 +35,6 @@ maintainers:
icon: https://raw.githubusercontent.com/zurdi15/romm/master/romm.svg icon: https://raw.githubusercontent.com/zurdi15/romm/master/romm.svg
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
appVersion: "v1.8.4" appVersion: "1.8.4"
# Whether this chart is deprecated (optional, boolean) # Whether this chart is deprecated (optional, boolean)
deprecated: false deprecated: false

View File

@ -11,7 +11,7 @@ replicaCount: 1
www: www:
image: zurdi15/romm image: zurdi15/romm
pullPolicy: Always pullPolicy: Always
tag: "v1.8.4" tag: "1.8.4"
# Overrides. # Overrides.
imagePullSecrets: [] imagePullSecrets: []