feat(slash) move slash to stable (#12027)

**Description**
Move slash to stable.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
This commit is contained in:
Xstar97TheNoob
2023-08-29 16:31:20 -04:00
committed by GitHub
parent 18f149bb1c
commit 43e5f9d86d
9 changed files with 6 additions and 13 deletions
@@ -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

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 83 KiB

@@ -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 }}"