Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to Bitnami OS Shell image #417

Merged
merged 2 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion charts/yourls/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 7.0.12
version: 7.1.0
name: yourls
description: Your Own URL Shortener
# renovate: image=ghcr.io/yourls/yourls
Expand Down Expand Up @@ -33,6 +33,13 @@ dependencies:
tags:
- yourls-database
annotations:
artifacthub.io/images: |
- name: yourls
image: ghcr.io/yourls/yourls:1.9.2
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r35
- name: apache-exporter
image: docker.io/bitnami/apache-exporter:1.0.9-debian-12-r7
artifacthub.io/license: MIT
artifacthub.io/links: |
- name: Upstream Project
Expand Down
8 changes: 4 additions & 4 deletions charts/yourls/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,8 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
##
enabled: false
## Bitnami Shell image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/
## Bitnami OS Shell image
## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry
## @param volumePermissions.image.repository Bitnami Shell image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended)
Expand All @@ -607,8 +607,8 @@ volumePermissions:
##
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r136
repository: bitnami/os-shell
tag: 12-debian-12-r35
digest: ""
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
Expand Down
Loading