diff --git a/charts/incubator/slash/.helmignore b/charts/stable/slash/.helmignore similarity index 100% rename from charts/incubator/slash/.helmignore rename to charts/stable/slash/.helmignore diff --git a/charts/incubator/slash/CHANGELOG.md b/charts/stable/slash/CHANGELOG.md similarity index 100% rename from charts/incubator/slash/CHANGELOG.md rename to charts/stable/slash/CHANGELOG.md diff --git a/charts/incubator/slash/Chart.yaml b/charts/stable/slash/Chart.yaml similarity index 77% rename from charts/incubator/slash/Chart.yaml rename to charts/stable/slash/Chart.yaml index 020a29c1382..80b26d08f06 100644 --- a/charts/incubator/slash/Chart.yaml +++ b/charts/stable/slash/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v2 -appVersion: "0.3.0" +appVersion: "0.4.3" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.15.0 + version: 14.0.3 deprecated: false description: A bookmarking and link shortening service that enables easy saving and sharing of links. -home: https://truecharts.org/charts/incubator/slash +home: https://truecharts.org/charts/stable/slash icon: https://truecharts.org/img/hotlink-ok/chart-icons/slash.png keywords: - slash @@ -19,10 +19,10 @@ maintainers: url: https://truecharts.org name: slash sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/slash + - https://github.com/truecharts/charts/tree/master/charts/stable/slash - https://github.com/boojack/slash type: application -version: 0.0.2 +version: 0.0.3 annotations: truecharts.org/catagories: | - bookmarks diff --git a/charts/incubator/slash/README.md b/charts/stable/slash/README.md similarity index 100% rename from charts/incubator/slash/README.md rename to charts/stable/slash/README.md diff --git a/charts/incubator/slash/icon.png b/charts/stable/slash/icon.png similarity index 100% rename from charts/incubator/slash/icon.png rename to charts/stable/slash/icon.png diff --git a/charts/incubator/slash/questions.yaml b/charts/stable/slash/questions.yaml similarity index 100% rename from charts/incubator/slash/questions.yaml rename to charts/stable/slash/questions.yaml diff --git a/charts/incubator/slash/templates/NOTES.txt b/charts/stable/slash/templates/NOTES.txt similarity index 100% rename from charts/incubator/slash/templates/NOTES.txt rename to charts/stable/slash/templates/NOTES.txt diff --git a/charts/incubator/slash/templates/common.yaml b/charts/stable/slash/templates/common.yaml similarity index 100% rename from charts/incubator/slash/templates/common.yaml rename to charts/stable/slash/templates/common.yaml diff --git a/charts/incubator/slash/values.yaml b/charts/stable/slash/values.yaml similarity index 63% rename from charts/incubator/slash/values.yaml rename to charts/stable/slash/values.yaml index f5421632fe8..79d6e85cc56 100644 --- a/charts/incubator/slash/values.yaml +++ b/charts/stable/slash/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/slash pullPolicy: IfNotPresent - tag: v0.3.0@sha256:365ce5f5b4a97939ec87d55ac5579701bc2c07d31457a578697bf9c0b5d8615a + tag: v0.4.3@sha256:ee931b868fab72d2aaa218837039ee3fcced6817596cac500f3878e780152b60 service: main: @@ -15,13 +15,6 @@ workload: podSpec: containers: main: - probes: - liveness: - path: "/" - readiness: - path: "/" - startup: - path: "/" env: SLASH_PORT: "{{ .Values.service.main.ports.main.port }}"