feat(redisinsight) move redisinsight to stable (#12018)

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

**⚙️ Type of change**

- [ ] ⚙️ 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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Xstar97TheNoob 2023-08-29 23:57:37 -04:00 committed by GitHub
parent ed51a375b6
commit 2c7630b3bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 33 additions and 29 deletions

View File

@ -1,29 +1,29 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: redisinsight
version: 3.0.4
appVersion: "1.14.0"
description: GUI for Redis.
type: application
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.3
deprecated: false
home: https://truecharts.org/charts/incubator/redisinsight
description: GUI for Redis.
home: https://truecharts.org/charts/stable/redisinsight
icon: https://truecharts.org/img/hotlink-ok/chart-icons/redisinsight.png
keywords:
- redisinsight
- Tools-Utilities
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/redisinsight
- https://redis.com/redis-enterprise/redis-insight/
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.2
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: redisinsight
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/redisinsight
- https://github.com/RedisInsight/RedisInsight
- https://redis.com/redis-enterprise/redis-insight/
type: application
version: 3.0.5
annotations:
truecharts.org/catagories: |
- Tools-Utilities
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -10,10 +10,10 @@ questions:
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
- variable: redisinsight
group: App Configuration
label: Redis Insight Configuration
@ -64,6 +64,10 @@ questions:
schema:
type: int
default: 30
# Include{containerConfig}
# Include{podOptions}
# Include{serviceRoot}
- variable: main
label: Main Service

View File

@ -3,6 +3,20 @@ image:
repository: tccr.io/truecharts/redisinsight
tag: v1.14.0@sha256:569d8cfd3352ef17800d0c1cb3437ce4510f49571c1d61bbb3422ebc1fd1bb0e
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
protocol: http
port: 10579
redisinsight:
log_level: WARNING
trusted_origins: []
@ -23,20 +37,6 @@ workload:
RIAUTHPROMPT: "{{ .Values.redisinsight.auth_prompt }}"
RIAUTHTIMER: "{{ .Values.redisinsight.auth_timer }}"
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
protocol: http
port: 10579
persistence:
config:
enabled: true