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

🧨 ipa - default to fc39 image 🧨 #414

Merged
merged 2 commits into from
Dec 20, 2023
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
2 changes: 1 addition & 1 deletion charts/ipa/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: ipa
description: A Helm chart to install FreeIPA
version: 1.3.2
version: 1.3.3
appVersion: 1.16.0
home: https://github.com/redhat-cop/helm-charts
icon: https://www.freeipa.org/images/freeipa/freeipa-logo-small.png
Expand Down
2 changes: 1 addition & 1 deletion charts/ipa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
realm: "-r redhatlabs.dev"

# sensible defaults
image: quay.io/freeipa/freeipa-server@sha256:b7e79f8430a1d8ab7293c1f249162ca92eb5d5d2ce6a1f73c6a85e95a09c2da3
image: quay.io/freeipa/freeipa-server@sha256:b7e79f8430a1d8ab7293c1f249162ca92eb5d5d2ce6a1f73c6a85e95a09c2da3 # freeipa-server:fedora-39

Check failure on line 8 in charts/ipa/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

8:111 [comments] too few spaces before comment
install_opts: "-U --setup-dns --no-forwarders --no-ntp"
container_args: "ipa-server-install"
volume: 5Gi
Expand Down
Loading