Skip to content

Commit

Permalink
fix: switch deprecated label
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Feb 5, 2025
1 parent ef8800f commit ef1d101
Show file tree
Hide file tree
Showing 28 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion charts/contentserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/contentserver/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/contentserver/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion charts/contentserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/sesamy-gtm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/sesamy-gtm/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/sesamy-gtm/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion charts/sesamy-gtm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/sesamy-umami/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/sesamy-umami/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/sesamy-umami/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion charts/sesamy-umami/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/squadron-keel-cronjob/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/squadron-keel-cronjob/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/squadron-keel-cronjob/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion charts/squadron-keel-cronjob/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/squadron-keel-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/squadron-keel-server/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/squadron-keel-server/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion charts/squadron-keel-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/squadron-nextjs-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/squadron-nextjs-server/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/squadron-nextjs-server/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion charts/squadron-nextjs-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/squadron-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/squadron-server/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/squadron-server/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion charts/squadron-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef1d101

Please sign in to comment.