diff --git a/charts/ipa/Chart.yaml b/charts/ipa/Chart.yaml index bfed5fdd..33744279 100644 --- a/charts/ipa/Chart.yaml +++ b/charts/ipa/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: ipa description: A Helm chart to install FreeIPA -version: 1.3.6 +version: 1.3.7 appVersion: 1.16.0 home: https://github.com/redhat-cop/helm-charts icon: https://www.freeipa.org/images/freeipa/freeipa-logo-small.png diff --git a/charts/ipa/values.yaml b/charts/ipa/values.yaml index e035a957..c892f554 100644 --- a/charts/ipa/values.yaml +++ b/charts/ipa/values.yaml @@ -5,7 +5,7 @@ admin_password: Passw0rd123 realm: "-r redhatlabs.dev" # sensible defaults -image: quay.io/freeipa/freeipa-server:fedora-39@sha256:af20b8cf31e66db582301f40ae01d17ec05e2e54de633c8dff427410dce95894 +image: quay.io/freeipa/freeipa-server:fedora-39-4.11.1 install_opts: "-U --setup-dns --no-forwarders --no-ntp" container_args: "ipa-server-install" volume: 5Gi