Skip to content

Commit

Permalink
feat: bump release version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DPS0340 committed Nov 22, 2022
1 parent db160e0 commit a8f9774
Show file tree
Hide file tree
Showing 11 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion apps/prod/app-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:

source:
repoURL: https://github.com/so1s/so1s-deploy.git
targetRevision: v1.2.1
targetRevision: v1.3.0
path: charts/backend

helm:
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/app-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:

source:
repoURL: https://github.com/so1s/so1s-deploy.git
targetRevision: v1.2.1
targetRevision: v1.3.0
path: charts/database

helm:
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/app-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:

source:
repoURL: https://github.com/so1s/so1s-deploy.git
targetRevision: v1.2.1
targetRevision: v1.3.0
path: charts/frontend

helm:
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/app-istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:

source:
repoURL: https://github.com/so1s/so1s-deploy.git
targetRevision: v1.2.1
targetRevision: v1.3.0
path: charts/istio

helm:
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/app-logging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:

source:
repoURL: https://github.com/so1s/so1s-deploy.git
targetRevision: v1.2.1
targetRevision: v1.3.0
path: charts/logging

helm:
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/app-monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:

source:
repoURL: https://github.com/so1s/so1s-deploy.git
targetRevision: v1.2.1
targetRevision: v1.3.0
path: charts/monitoring

helm:
Expand Down
2 changes: 1 addition & 1 deletion charts/backend/prod-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ istioInject:

image:
repository: "ghcr.io/so1s/api-server"
tag: "1.2.0"
tag: "1.3.0"

imagePullSecrets:
- name: so1s
Expand Down
44 changes: 22 additions & 22 deletions charts/extension/gpu/charts/gpu-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ sandboxWorkloads:
daemonsets:
priorityClassName: system-node-critical
tolerations:
- key: nvidia.com/gpu
operator: Exists
effect: NoSchedule
- key: nvidia.com/gpu
operator: Exists
effect: NoSchedule

validator:
repository: nvcr.io/nvidia/cloud-native
Expand Down Expand Up @@ -59,10 +59,10 @@ operator:
version: 11.7.1-base-ubi8
imagePullPolicy: IfNotPresent
tolerations:
- key: "node-role.kubernetes.io/master"
operator: "Equal"
value: ""
effect: "NoSchedule"
- key: "node-role.kubernetes.io/master"
operator: "Equal"
value: ""
effect: "NoSchedule"
annotations:
openshift.io/scc: restricted-readonly
affinity:
Expand Down Expand Up @@ -313,7 +313,7 @@ sandboxDevicePlugin:
enabled: true
repository: nvcr.io/nvidia
image: kubevirt-gpu-device-plugin
version: v1.2.1
version: v1.3.0
imagePullPolicy: IfNotPresent
imagePullSecrets: []
args: []
Expand All @@ -323,26 +323,26 @@ sandboxDevicePlugin:
node-feature-discovery:
worker:
tolerations:
- key: "node-role.kubernetes.io/master"
operator: "Equal"
value: ""
effect: "NoSchedule"
- key: "nvidia.com/gpu"
operator: "Equal"
value: "present"
effect: "NoSchedule"
- key: "node-role.kubernetes.io/master"
operator: "Equal"
value: ""
effect: "NoSchedule"
- key: "nvidia.com/gpu"
operator: "Equal"
value: "present"
effect: "NoSchedule"

config:
sources:
pci:
deviceClassWhitelist:
- "02"
- "0200"
- "0207"
- "0300"
- "0302"
- "02"
- "0200"
- "0207"
- "0300"
- "0302"
deviceLabelFields:
- vendor
- vendor

master:
extraLabelNs:
Expand Down
104 changes: 52 additions & 52 deletions charts/extension/gpu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@ binpackScheduling:
enabled: true
tolerations: []
configMap: |
apiVersion: kubescheduler.config.k8s.io/v1beta2
kind: KubeSchedulerConfiguration
profiles:
- schedulerName: gpu-resource-scheduler
plugins:
score:
enabled:
- name: NodeResourcesFit
pluginConfig:
- name: NodeResourcesFit
args:
scoringStrategy:
requestedToCapacityRatio:
shape:
- utilization: 0
score: 0
- utilization: 100
score: 10
resources:
- name: nvidia.com/gpu
weight: 100
- name: cpu
weight: 1
- name: memory
weight: 1
type: RequestedToCapacityRatio
leaderElection:
leaderElect: false
apiVersion: kubescheduler.config.k8s.io/v1beta2
kind: KubeSchedulerConfiguration
profiles:
- schedulerName: gpu-resource-scheduler
plugins:
score:
enabled:
- name: NodeResourcesFit
pluginConfig:
- name: NodeResourcesFit
args:
scoringStrategy:
requestedToCapacityRatio:
shape:
- utilization: 0
score: 0
- utilization: 100
score: 10
resources:
- name: nvidia.com/gpu
weight: 100
- name: cpu
weight: 1
- name: memory
weight: 1
type: RequestedToCapacityRatio
leaderElection:
leaderElect: false
# Default values for gpu-operator.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
Expand All @@ -53,9 +53,9 @@ gpu-operator:
daemonsets:
priorityClassName: system-node-critical
tolerations:
- key: nvidia.com/gpu
operator: Exists
effect: NoSchedule
- key: nvidia.com/gpu
operator: Exists
effect: NoSchedule
# configuration for controlling update strategy("OnDelete" or "RollingUpdate") of GPU Operands
updateStrategy: "RollingUpdate"
# configuration for controlling rolling update of GPU Operands
Expand Down Expand Up @@ -101,10 +101,10 @@ gpu-operator:
version: 11.7.1-base-ubi8
imagePullPolicy: IfNotPresent
tolerations:
- key: "node-role.kubernetes.io/master"
operator: "Equal"
value: ""
effect: "NoSchedule"
- key: "node-role.kubernetes.io/master"
operator: "Equal"
value: ""
effect: "NoSchedule"
annotations:
openshift.io/scc: restricted-readonly
affinity:
Expand Down Expand Up @@ -356,7 +356,7 @@ gpu-operator:
enabled: true
repository: nvcr.io/nvidia
image: kubevirt-gpu-device-plugin
version: v1.2.1
version: v1.3.0
imagePullPolicy: IfNotPresent
imagePullSecrets: []
args: []
Expand All @@ -366,29 +366,29 @@ gpu-operator:
node-feature-discovery:
worker:
tolerations:
- key: "node-role.kubernetes.io/master"
operator: "Equal"
value: ""
effect: "NoSchedule"
- key: "nvidia.com/gpu"
operator: "Equal"
value: "present"
effect: "NoSchedule"
- key: "node-role.kubernetes.io/master"
operator: "Equal"
value: ""
effect: "NoSchedule"
- key: "nvidia.com/gpu"
operator: "Equal"
value: "present"
effect: "NoSchedule"

config:
sources:
pci:
deviceClassWhitelist:
- "02"
- "0200"
- "0207"
- "0300"
- "0302"
- "02"
- "0200"
- "0207"
- "0300"
- "0302"
deviceLabelFields:
- vendor
- vendor

master:
extraLabelNs:
- nvidia.com
serviceAccount:
name: node-feature-discovery
name: node-feature-discovery
2 changes: 1 addition & 1 deletion charts/frontend/prod-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 2

image:
repository: "ghcr.io/so1s/frontend"
tag: "1.2.0"
tag: "1.3.0"

imagePullSecrets:
- name: so1s
Expand Down
2 changes: 1 addition & 1 deletion root-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:

source:
repoURL: https://github.com/so1s/so1s-deploy.git
targetRevision: v1.2.1
targetRevision: v1.3.0
path: apps/prod

destination:
Expand Down

0 comments on commit a8f9774

Please sign in to comment.