Skip to content

Commit

Permalink
Merge pull request #414 from eformat/feature/fix-ipa-image
Browse files Browse the repository at this point in the history
🧨 ipa - default to fc39 image 🧨
  • Loading branch information
eformat authored Dec 20, 2023
2 parents 02bb48c + 0105ae0 commit c132b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ admin_password: Passw0rd123
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
install_opts: "-U --setup-dns --no-forwarders --no-ntp"
container_args: "ipa-server-install"
volume: 5Gi
Expand Down

0 comments on commit c132b77

Please sign in to comment.