Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
1.98.0-rc4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegoodier committed Nov 9, 2022
1 parent 1e2b7c3 commit db85a74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README-install-guide.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
```

Expand Down Expand Up @@ -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
```

Expand All @@ -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
```

Expand Down
Binary file modified cost-analyzer-1.98.0-rc4.1.tgz
Binary file not shown.

0 comments on commit db85a74

Please sign in to comment.