diff --git a/charts/contentserver/Chart.yaml b/charts/contentserver/Chart.yaml index b4dc35b..da6b3f9 100644 --- a/charts/contentserver/Chart.yaml +++ b/charts/contentserver/Chart.yaml @@ -17,5 +17,5 @@ annotations: - name: Image Source url: https://github.com/foomo/contentserver -version: 0.3.0 +version: 0.3.1 appVersion: 1.11.2 diff --git a/charts/contentserver/README.md b/charts/contentserver/README.md index 3ede83c..f638054 100644 --- a/charts/contentserver/README.md +++ b/charts/contentserver/README.md @@ -1,6 +1,6 @@ # contentserver -![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.2](https://img.shields.io/badge/AppVersion-1.11.2-informational?style=flat-square) +![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.2](https://img.shields.io/badge/AppVersion-1.11.2-informational?style=flat-square) Helm chart for the foomo Content Server. @@ -150,7 +150,7 @@ Helm chart for the foomo Content Server. | Key | Type | Default | Description | |-----|------|---------|-------------| -| scheduling.affinity | object | `{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchExpressions":[{"key":"node-role.kubernetes.io/master","operator":"In","values":[""]}]}]}}` | Affinity for pod assignment | +| scheduling.affinity | object | `{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchExpressions":[{"key":"node-role.kubernetes.io/control-plane","operator":"In","values":[""]}]}]}}` | Affinity for pod assignment | | scheduling.enabled | bool | `false` | Indicates wether scheduling is enabled or not | | scheduling.nodeSelector | object | `{}` | Node labels for pod assignment | | scheduling.priorityClass | string | `nil` | Priority class name | diff --git a/charts/contentserver/values.schema.json b/charts/contentserver/values.schema.json index 2597373..67a5115 100644 --- a/charts/contentserver/values.schema.json +++ b/charts/contentserver/values.schema.json @@ -852,7 +852,7 @@ "additionalProperties": false, "properties": { "key": { - "default": "node-role.kubernetes.io/master", + "default": "node-role.kubernetes.io/control-plane", "required": [], "title": "key", "type": "string" diff --git a/charts/contentserver/values.yaml b/charts/contentserver/values.yaml index a0ec51d..ec931da 100644 --- a/charts/contentserver/values.yaml +++ b/charts/contentserver/values.yaml @@ -757,7 +757,7 @@ scheduling: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: node-role.kubernetes.io/master + - key: node-role.kubernetes.io/control-plane operator: In values: [""] # @schema diff --git a/charts/sesamy-gtm/Chart.yaml b/charts/sesamy-gtm/Chart.yaml index ac01d04..9e31f4a 100644 --- a/charts/sesamy-gtm/Chart.yaml +++ b/charts/sesamy-gtm/Chart.yaml @@ -15,5 +15,5 @@ annotations: url: https://github.com/foomo/helm-charts/tree/main/charts/sesamy-gtm - name: GTM Changelog url: https://developers.google.com/tag-platform/tag-manager/server-side/release-notes -version: 0.3.0 +version: 0.3.1 appVersion: 2.4.0 diff --git a/charts/sesamy-gtm/README.md b/charts/sesamy-gtm/README.md index 086ffba..879d6d0 100644 --- a/charts/sesamy-gtm/README.md +++ b/charts/sesamy-gtm/README.md @@ -1,6 +1,6 @@ # sesamy-gtm -![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: 2.4.0](https://img.shields.io/badge/AppVersion-2.4.0-informational?style=flat-square) +![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.4.0](https://img.shields.io/badge/AppVersion-2.4.0-informational?style=flat-square) Helm chart for the Sesamy GTM tagging & preview service. @@ -175,7 +175,7 @@ Helm chart for the Sesamy GTM tagging & preview service. | Key | Type | Default | Description | |-----|------|---------|-------------| -| scheduling.affinity | object | `{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchExpressions":[{"key":"node-role.kubernetes.io/master","operator":"In","values":[""]}]}]}}` | Affinity for pod assignment | +| scheduling.affinity | object | `{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchExpressions":[{"key":"node-role.kubernetes.io/control-plane","operator":"In","values":[""]}]}]}}` | Affinity for pod assignment | | scheduling.enabled | bool | `false` | Indicates wether scheduling is enabled or not | | scheduling.nodeSelector | object | `{}` | Node labels for pod assignment | | scheduling.priorityClass | string | `nil` | Priority class name | diff --git a/charts/sesamy-gtm/values.schema.json b/charts/sesamy-gtm/values.schema.json index 1b6ef2b..d41f5c4 100644 --- a/charts/sesamy-gtm/values.schema.json +++ b/charts/sesamy-gtm/values.schema.json @@ -1422,7 +1422,7 @@ "additionalProperties": false, "properties": { "key": { - "default": "node-role.kubernetes.io/master", + "default": "node-role.kubernetes.io/control-plane", "required": [], "title": "key", "type": "string" diff --git a/charts/sesamy-gtm/values.yaml b/charts/sesamy-gtm/values.yaml index 933b095..be7e7a9 100644 --- a/charts/sesamy-gtm/values.yaml +++ b/charts/sesamy-gtm/values.yaml @@ -1118,7 +1118,7 @@ scheduling: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: node-role.kubernetes.io/master + - key: node-role.kubernetes.io/control-plane operator: In values: [""] # @schema diff --git a/charts/sesamy-umami/Chart.yaml b/charts/sesamy-umami/Chart.yaml index 457b4a0..b2b0bba 100644 --- a/charts/sesamy-umami/Chart.yaml +++ b/charts/sesamy-umami/Chart.yaml @@ -15,5 +15,5 @@ annotations: url: https://github.com/foomo/helm-charts/tree/main/charts/sesamy-umami - name: Umami Source url: https://github.com/umami-software/umami -version: 0.2.0 +version: 0.2.1 appVersion: 2.15.1 diff --git a/charts/sesamy-umami/README.md b/charts/sesamy-umami/README.md index 855db77..de24ab8 100644 --- a/charts/sesamy-umami/README.md +++ b/charts/sesamy-umami/README.md @@ -1,6 +1,6 @@ # sesamy-umami -![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.15.1](https://img.shields.io/badge/AppVersion-2.15.1-informational?style=flat-square) +![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.15.1](https://img.shields.io/badge/AppVersion-2.15.1-informational?style=flat-square) Helm chart for the Sesamy Umami integration. @@ -70,7 +70,7 @@ Helm chart for the Sesamy Umami integration. | Key | Type | Default | Description | |-----|------|---------|-------------| -| scheduling.affinity | object | `{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchExpressions":[{"key":"node-role.kubernetes.io/master","operator":"In","values":[""]}]}]}}` | Affinity for pod assignment | +| scheduling.affinity | object | `{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchExpressions":[{"key":"node-role.kubernetes.io/control-plane","operator":"In","values":[""]}]}]}}` | Affinity for pod assignment | | scheduling.enabled | bool | `false` | Indicates wether scheduling is enabled or not | | scheduling.nodeSelector | object | `{}` | Node labels for pod assignment | | scheduling.priorityClass | string | `nil` | Priority class name | diff --git a/charts/sesamy-umami/values.schema.json b/charts/sesamy-umami/values.schema.json index ae71875..0155f3a 100644 --- a/charts/sesamy-umami/values.schema.json +++ b/charts/sesamy-umami/values.schema.json @@ -390,7 +390,7 @@ "additionalProperties": false, "properties": { "key": { - "default": "node-role.kubernetes.io/master", + "default": "node-role.kubernetes.io/control-plane", "required": [], "title": "key", "type": "string" diff --git a/charts/sesamy-umami/values.yaml b/charts/sesamy-umami/values.yaml index dcd42ca..e6c27eb 100644 --- a/charts/sesamy-umami/values.yaml +++ b/charts/sesamy-umami/values.yaml @@ -804,7 +804,7 @@ scheduling: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: node-role.kubernetes.io/master + - key: node-role.kubernetes.io/control-plane operator: In values: [""] # @schema diff --git a/charts/squadron-keel-cronjob/Chart.yaml b/charts/squadron-keel-cronjob/Chart.yaml index 2b60bf3..a29b16e 100644 --- a/charts/squadron-keel-cronjob/Chart.yaml +++ b/charts/squadron-keel-cronjob/Chart.yaml @@ -15,5 +15,5 @@ annotations: - name: Chart Source url: https://github.com/foomo/helm-charts -version: 0.2.0 -appVersion: 0.2.0 +version: 0.2.1 +appVersion: 0.2.1 diff --git a/charts/squadron-keel-cronjob/README.md b/charts/squadron-keel-cronjob/README.md index 466a5f7..1068f89 100644 --- a/charts/squadron-keel-cronjob/README.md +++ b/charts/squadron-keel-cronjob/README.md @@ -1,6 +1,6 @@ # squadron-keel-cronjob -![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square) +![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.1](https://img.shields.io/badge/AppVersion-0.2.1-informational?style=flat-square) Squadron Keel CronJob Chart @@ -137,7 +137,7 @@ Squadron Keel CronJob Chart | Key | Type | Default | Description | |-----|------|---------|-------------| -| scheduling.affinity | object | `{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchExpressions":[{"key":"node-role.kubernetes.io/master","operator":"In","values":[""]}]}]}}` | Affinity for pod assignment | +| scheduling.affinity | object | `{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchExpressions":[{"key":"node-role.kubernetes.io/control-plane","operator":"In","values":[""]}]}]}}` | Affinity for pod assignment | | scheduling.enabled | bool | `false` | Indicates wether scheduling is enabled or not | | scheduling.nodeSelector | object | `{}` | Node labels for pod assignment | | scheduling.priorityClass | string | `nil` | Priority class name | diff --git a/charts/squadron-keel-cronjob/values.schema.json b/charts/squadron-keel-cronjob/values.schema.json index b1480f7..71eed16 100644 --- a/charts/squadron-keel-cronjob/values.schema.json +++ b/charts/squadron-keel-cronjob/values.schema.json @@ -774,7 +774,7 @@ "additionalProperties": false, "properties": { "key": { - "default": "node-role.kubernetes.io/master", + "default": "node-role.kubernetes.io/control-plane", "required": [], "title": "key", "type": "string" diff --git a/charts/squadron-keel-cronjob/values.yaml b/charts/squadron-keel-cronjob/values.yaml index 4200692..aa3df64 100644 --- a/charts/squadron-keel-cronjob/values.yaml +++ b/charts/squadron-keel-cronjob/values.yaml @@ -647,7 +647,7 @@ scheduling: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: node-role.kubernetes.io/master + - key: node-role.kubernetes.io/control-plane operator: In values: [""] # @schema diff --git a/charts/squadron-keel-server/Chart.yaml b/charts/squadron-keel-server/Chart.yaml index 1550f55..2a71473 100644 --- a/charts/squadron-keel-server/Chart.yaml +++ b/charts/squadron-keel-server/Chart.yaml @@ -15,5 +15,5 @@ annotations: - name: Chart Source url: https://github.com/foomo/helm-charts/tree/main/charts/squadron-keel-server -version: 0.4.0 -appVersion: 0.4.0 +version: 0.4.1 +appVersion: 0.4.1 diff --git a/charts/squadron-keel-server/README.md b/charts/squadron-keel-server/README.md index 66ae96c..4e53528 100644 --- a/charts/squadron-keel-server/README.md +++ b/charts/squadron-keel-server/README.md @@ -1,6 +1,6 @@ # squadron-keel-server -![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square) +![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.1](https://img.shields.io/badge/AppVersion-0.4.1-informational?style=flat-square) Squadron Keel Server Chart @@ -159,7 +159,7 @@ Squadron Keel Server Chart | Key | Type | Default | Description | |-----|------|---------|-------------| -| scheduling.affinity | object | `{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchExpressions":[{"key":"node-role.kubernetes.io/master","operator":"In","values":[""]}]}]}}` | Affinity for pod assignment | +| scheduling.affinity | object | `{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchExpressions":[{"key":"node-role.kubernetes.io/control-plane","operator":"In","values":[""]}]}]}}` | Affinity for pod assignment | | scheduling.enabled | bool | `false` | Indicates wether scheduling is enabled or not | | scheduling.nodeSelector | object | `{}` | Node labels for pod assignment | | scheduling.priorityClass | string | `nil` | Priority class name | diff --git a/charts/squadron-keel-server/values.schema.json b/charts/squadron-keel-server/values.schema.json index 971e2bb..f3f0592 100644 --- a/charts/squadron-keel-server/values.schema.json +++ b/charts/squadron-keel-server/values.schema.json @@ -762,7 +762,7 @@ "additionalProperties": false, "properties": { "key": { - "default": "node-role.kubernetes.io/master", + "default": "node-role.kubernetes.io/control-plane", "required": [], "title": "key", "type": "string" diff --git a/charts/squadron-keel-server/values.yaml b/charts/squadron-keel-server/values.yaml index 2aed489..330bc82 100644 --- a/charts/squadron-keel-server/values.yaml +++ b/charts/squadron-keel-server/values.yaml @@ -900,7 +900,7 @@ scheduling: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: node-role.kubernetes.io/master + - key: node-role.kubernetes.io/control-plane operator: In values: [""] # @schema diff --git a/charts/squadron-nextjs-server/Chart.yaml b/charts/squadron-nextjs-server/Chart.yaml index 9e4eb10..1f6485c 100644 --- a/charts/squadron-nextjs-server/Chart.yaml +++ b/charts/squadron-nextjs-server/Chart.yaml @@ -14,5 +14,5 @@ annotations: - name: Chart Source url: https://github.com/foomo/helm-charts/tree/main/charts/squadron-nextjs-server -version: 0.3.0 -appVersion: 0.3.0 +version: 0.3.1 +appVersion: 0.3.1 diff --git a/charts/squadron-nextjs-server/README.md b/charts/squadron-nextjs-server/README.md index d3f39ae..17b7d5f 100644 --- a/charts/squadron-nextjs-server/README.md +++ b/charts/squadron-nextjs-server/README.md @@ -1,6 +1,6 @@ # squadron-nextjs-server -![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: 0.3.0](https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square) +![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.1](https://img.shields.io/badge/AppVersion-0.3.1-informational?style=flat-square) Squadron NextJS Server Chart @@ -158,7 +158,7 @@ Squadron NextJS Server Chart | Key | Type | Default | Description | |-----|------|---------|-------------| -| scheduling.affinity | object | `{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchExpressions":[{"key":"node-role.kubernetes.io/master","operator":"In","values":[""]}]}]}}` | Affinity for pod assignment | +| scheduling.affinity | object | `{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchExpressions":[{"key":"node-role.kubernetes.io/control-plane","operator":"In","values":[""]}]}]}}` | Affinity for pod assignment | | scheduling.enabled | bool | `false` | Indicates wether scheduling is enabled or not | | scheduling.nodeSelector | object | `{}` | Node labels for pod assignment | | scheduling.priorityClass | string | `nil` | Priority class name | diff --git a/charts/squadron-nextjs-server/values.schema.json b/charts/squadron-nextjs-server/values.schema.json index 8ad265e..620614c 100644 --- a/charts/squadron-nextjs-server/values.schema.json +++ b/charts/squadron-nextjs-server/values.schema.json @@ -755,7 +755,7 @@ "additionalProperties": false, "properties": { "key": { - "default": "node-role.kubernetes.io/master", + "default": "node-role.kubernetes.io/control-plane", "required": [], "title": "key", "type": "string" diff --git a/charts/squadron-nextjs-server/values.yaml b/charts/squadron-nextjs-server/values.yaml index 10be2bd..269ce57 100644 --- a/charts/squadron-nextjs-server/values.yaml +++ b/charts/squadron-nextjs-server/values.yaml @@ -882,7 +882,7 @@ scheduling: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: node-role.kubernetes.io/master + - key: node-role.kubernetes.io/control-plane operator: In values: [""] # @schema diff --git a/charts/squadron-server/Chart.yaml b/charts/squadron-server/Chart.yaml index 03ef759..0978148 100644 --- a/charts/squadron-server/Chart.yaml +++ b/charts/squadron-server/Chart.yaml @@ -14,5 +14,5 @@ annotations: - name: Chart Source url: https://github.com/foomo/helm-charts/tree/main/charts/squadron-server -version: 0.2.0 -appVersion: 0.2.0 +version: 0.2.1 +appVersion: 0.2.1 diff --git a/charts/squadron-server/README.md b/charts/squadron-server/README.md index 5179546..9fc53ee 100644 --- a/charts/squadron-server/README.md +++ b/charts/squadron-server/README.md @@ -1,6 +1,6 @@ # squadron-server -![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square) +![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.1](https://img.shields.io/badge/AppVersion-0.2.1-informational?style=flat-square) Squadron General Server Chart @@ -115,7 +115,7 @@ Squadron General Server Chart | Key | Type | Default | Description | |-----|------|---------|-------------| -| scheduling.affinity | object | `{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchExpressions":[{"key":"node-role.kubernetes.io/master","operator":"In","values":[""]}]}]}}` | Affinity for pod assignment | +| scheduling.affinity | object | `{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchExpressions":[{"key":"node-role.kubernetes.io/control-plane","operator":"In","values":[""]}]}]}}` | Affinity for pod assignment | | scheduling.enabled | bool | `false` | Indicates wether scheduling is enabled or not | | scheduling.nodeSelector | object | `{}` | Node labels for pod assignment | | scheduling.priorityClass | string | `nil` | Priority class name | diff --git a/charts/squadron-server/values.schema.json b/charts/squadron-server/values.schema.json index 16b67d8..18e6178 100644 --- a/charts/squadron-server/values.schema.json +++ b/charts/squadron-server/values.schema.json @@ -550,7 +550,7 @@ "additionalProperties": false, "properties": { "key": { - "default": "node-role.kubernetes.io/master", + "default": "node-role.kubernetes.io/control-plane", "required": [], "title": "key", "type": "string" diff --git a/charts/squadron-server/values.yaml b/charts/squadron-server/values.yaml index 0b2698e..5357374 100644 --- a/charts/squadron-server/values.yaml +++ b/charts/squadron-server/values.yaml @@ -788,7 +788,7 @@ scheduling: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: node-role.kubernetes.io/master + - key: node-role.kubernetes.io/control-plane operator: In values: [""] # @schema