diff --git a/README-install-guide.md b/README-install-guide.md index c7cc49b..f07248a 100644 --- a/README-install-guide.md +++ b/README-install-guide.md @@ -1,6 +1,6 @@ ## Kubecost Installation -This repo contains settings that are frequently required in OpenShift and other clusters requiring specific container security constraints. +This repo contains settings that are frequently required in OpenShift and other clusters requiring specific container security constraints. There are two templates for container SecurityContexts: @@ -16,7 +16,7 @@ helm upgrade --install kubecost \ --namespace kubecost --create-namespace \ -f https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4.1/cost-analyzer/disable-psps.yaml \ -f https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4.1/cost-analyzer/values-thanos.yaml \ - -f https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4.1values-restricted-podsecurity.yaml + -f https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4.1/cost-analyzer/values-restricted-podsecurity.yaml \ -f https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4.1/cost-analyzer/kubecost-primary-cluster-settings.yaml ``` @@ -55,8 +55,8 @@ helm upgrade --install kubecost \ --namespace kubecost --create-namespace \ -f https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4.1/cost-analyzer/disable-psps.yaml \ -f https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4.1/cost-analyzer/values-thanos.yaml \ - -f https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4.1values-restricted-podsecurity.yaml - -f https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4.1/cost-analyzer/kubecost-primary-cluster-settings.yaml \ + -f https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4.1/cost-analyzer/values-restricted-podsecurity.yaml \ + -f https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4.1/cost-analyzer/kubecost-primary-cluster-settings.yaml -f path-to/values-custom.yaml ``` @@ -66,11 +66,12 @@ helm upgrade --install kubecost \ ```bash helm upgrade --install kubecost \ - --repo https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4/ cost-analyzer \ + --repo https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4.1/ cost-analyzer \ --namespace kubecost --create-namespace \ - -f https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4/cost-analyzer/disable-psps.yaml \ - -f https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4/cost-analyzer/values-thanos.yaml \ - -f https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4/cost-analyzer/kubecost-secondary-cluster-settings.yaml \ + -f https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4.1/cost-analyzer/disable-psps.yaml \ + -f https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4.1/cost-analyzer/values-thanos.yaml \ + -f https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4.1/cost-analyzer/values-restricted-podsecurity.yaml \ + -f https://raw.githubusercontent.com/kubecost/openshift-helm-chart/1.98.0-rc.4.1/cost-analyzer/kubecost-secondary-cluster-settings.yaml \ -f path-to/values-custom.yaml ``` diff --git a/cost-analyzer-1.98.0-rc4.1.tgz b/cost-analyzer-1.98.0-rc4.1.tgz index 57613d7..a77a137 100644 Binary files a/cost-analyzer-1.98.0-rc4.1.tgz and b/cost-analyzer-1.98.0-rc4.1.tgz differ