diff --git a/deploy/k8s/chart/Chart.yaml b/deploy/k8s/chart/Chart.yaml index 4b88968..42ad8b5 100644 --- a/deploy/k8s/chart/Chart.yaml +++ b/deploy/k8s/chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 description: A Helm Chart for cortex-tenant name: cortex-tenant -version: 0.3.0 # This is the chart version +version: 0.3.2 # This is the chart version appVersion: 1.11.0 # version number of the application being deployed. type: application diff --git a/deploy/k8s/chart/README.md b/deploy/k8s/chart/README.md index f587819..ee59a92 100644 --- a/deploy/k8s/chart/README.md +++ b/deploy/k8s/chart/README.md @@ -1,6 +1,6 @@ # cortex-tenant -![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.0](https://img.shields.io/badge/AppVersion-1.11.0-informational?style=flat-square) +![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.0](https://img.shields.io/badge/AppVersion-1.11.0-informational?style=flat-square) A Helm Chart for cortex-tenant @@ -45,10 +45,7 @@ A Helm Chart for cortex-tenant | podAnnotations | object | `{}` | | | podDisruptionBudget.enabled | bool | `true` | | | podDisruptionBudget.minAvailable | int | `1` | | -| podSecurityContext.fsGroup | int | `1000` | | -| podSecurityContext.runAsGroup | int | `1000` | | -| podSecurityContext.runAsNonRoot | bool | `true` | | -| podSecurityContext.runAsUser | int | `1000` | | +| podSecurityContext | object | `{}` | | | resources.limits.memory | string | `"256Mi"` | | | resources.requests.cpu | string | `"100m"` | | | resources.requests.memory | string | `"128Mi"` | | diff --git a/deploy/k8s/chart/templates/autoscaling.yaml b/deploy/k8s/chart/templates/autoscaling.yaml index 679a273..c48de75 100644 --- a/deploy/k8s/chart/templates/autoscaling.yaml +++ b/deploy/k8s/chart/templates/autoscaling.yaml @@ -1,5 +1,5 @@ {{- if .Values.autoscaling.enabled -}} -apiVersion: autoscaling/v2beta2 +apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: name: {{ include "cortex-tenant.fullname" . }} diff --git a/deploy/k8s/chart/templates/pdb.yaml b/deploy/k8s/chart/templates/pdb.yaml index 45b6cd4..87f8321 100644 --- a/deploy/k8s/chart/templates/pdb.yaml +++ b/deploy/k8s/chart/templates/pdb.yaml @@ -1,5 +1,5 @@ {{- if .Values.podDisruptionBudget.enabled -}} -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: {{ include "cortex-tenant.fullname" . }} diff --git a/deploy/k8s/chart/values.yaml b/deploy/k8s/chart/values.yaml index 197eca4..d86e4d4 100644 --- a/deploy/k8s/chart/values.yaml +++ b/deploy/k8s/chart/values.yaml @@ -114,11 +114,7 @@ podDisruptionBudget: podAnnotations: {} # Annotations for pods -podSecurityContext: # [Security Context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context) - runAsNonRoot: true - runAsGroup: 1000 - runAsUser: 1000 - fsGroup: 1000 +podSecurityContext: {} # [Security Context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context) securityContext: {} # [Security Context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context) diff --git a/docs/cortex-tenant-0.3.1.tgz b/docs/cortex-tenant-0.3.1.tgz new file mode 100644 index 0000000..62cef34 Binary files /dev/null and b/docs/cortex-tenant-0.3.1.tgz differ diff --git a/docs/cortex-tenant-0.3.2.tgz b/docs/cortex-tenant-0.3.2.tgz new file mode 100644 index 0000000..1d84567 Binary files /dev/null and b/docs/cortex-tenant-0.3.2.tgz differ diff --git a/docs/index.yaml b/docs/index.yaml index cab647d..4c3d72d 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -3,7 +3,27 @@ entries: cortex-tenant: - apiVersion: v2 appVersion: 1.11.0 - created: "2023-08-11T17:35:30.148984+02:00" + created: "2023-08-24T12:48:05.911353+02:00" + description: A Helm Chart for cortex-tenant + digest: 56abb06ce3f646b94932d36b0d4ed5e5386ec390ebfd7d9110036291086d6f39 + name: cortex-tenant + type: application + urls: + - cortex-tenant-0.3.2.tgz + version: 0.3.2 + - apiVersion: v2 + appVersion: 1.11.0 + created: "2023-08-24T12:48:05.910756+02:00" + description: A Helm Chart for cortex-tenant + digest: 834b006e449ae97219799bfa3b7bd274aa386978802dbd49279258f534cc4da5 + name: cortex-tenant + type: application + urls: + - cortex-tenant-0.3.1.tgz + version: 0.3.1 + - apiVersion: v2 + appVersion: 1.11.0 + created: "2023-08-24T12:48:05.909019+02:00" description: A Helm Chart for cortex-tenant digest: cf12ab22dd0973e94e15d8246f66ae35738dadfc489952f919ed326a1f7eed5a name: cortex-tenant @@ -13,7 +33,7 @@ entries: version: 0.3.0 - apiVersion: v2 appVersion: 1.11.0 - created: "2023-08-11T17:35:30.148575+02:00" + created: "2023-08-24T12:48:05.907357+02:00" description: A Helm Chart for cortex-tenant digest: c967d4dea6ff8ae827133876f588d22bfa51d10168e4bca57f161b7ab6097c7c name: cortex-tenant @@ -23,7 +43,7 @@ entries: version: 0.2.1 - apiVersion: v2 appVersion: 1.11.0 - created: "2023-08-11T17:35:30.148215+02:00" + created: "2023-08-24T12:48:05.903241+02:00" description: A Helm Chart for cortex-tenant digest: 8b9caea0e1774a6c8f3e627a63386f532498ca5f410927c702380692e5d20b61 name: cortex-tenant @@ -33,7 +53,7 @@ entries: version: 0.2.0 - apiVersion: v2 appVersion: 1.10.1 - created: "2023-08-11T17:35:30.147801+02:00" + created: "2023-08-24T12:48:05.902166+02:00" description: A Helm Chart for cortex-tenant digest: eabef3ad16e555543e32d9308994f76679e5fa54371cccd3957112f33a28a59e name: cortex-tenant @@ -41,4 +61,4 @@ entries: urls: - cortex-tenant-0.1.0.tgz version: 0.1.0 -generated: "2023-08-11T17:35:30.147201+02:00" +generated: "2023-08-24T12:48:05.899646+02:00"