Skip to content

Commit

Permalink
Merge pull request #2896 from DaoCloud/upgrade/bmc-operator/0.5.0
Browse files Browse the repository at this point in the history
Robot Upgrade: bmc-operator chart upgrade from 0.4.0 to 0.5.0
  • Loading branch information
weizhoublue authored Jan 23, 2025
2 parents 898c451 + 4c42b96 commit e36ccff
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/bmc-operator/bmc-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.4.0
appVersion: 0.5.0
description: A Helm chart for BMC Operator
keywords:
- kubernetes
Expand All @@ -11,8 +11,8 @@ maintainers:
url: https://github.com/spidernet-io/bmc
name: bmc-operator
type: application
version: 0.4.0
version: 0.5.0
dependencies:
- name: bmc-operator
version: "0.4.0"
version: "0.5.0"
repository: "https://spidernet-io.github.io/bmc"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.4.0
appVersion: 0.5.0
description: A Helm chart for BMC Operator
keywords:
- kubernetes
Expand All @@ -11,4 +11,4 @@ maintainers:
url: https://github.com/spidernet-io/bmc
name: bmc-operator
type: application
version: 0.4.0
version: 0.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,16 @@ spec:
- message
- time
type: object
lastestWarningLog:
properties:
message:
type: string
time:
type: string
required:
- message
- time
type: object
totalLogAccount:
format: int32
type: integer
Expand Down
4 changes: 2 additions & 2 deletions charts/bmc-operator/bmc-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bmc-operator:
repository: "spidernet-io/bmc-controller"
pullPolicy: IfNotPresent
# tag will be overridden by version from Chart.yaml
tag: v0.4.0
tag: v0.5.0
# Optional: image digest
digest: ""
resources:
Expand All @@ -28,7 +28,7 @@ bmc-operator:
repository: "spidernet-io/bmc-agent"
pullPolicy: IfNotPresent
# tag will be overridden by version from Chart.yaml
tag: v0.4.0
tag: v0.5.0
# Optional: image digest
digest: ""
# Optional: network interface configuration
Expand Down
2 changes: 1 addition & 1 deletion charts/bmc-operator/config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export USE_OPENSOURCE_CHART=false
export REPO_URL=https://spidernet-io.github.io/bmc
export REPO_NAME=bmc
export CHART_NAME=bmc-operator
export VERSION=0.4.0
export VERSION=0.5.0

# pr, issue, none
export UPGRADE_METHOD=pr
Expand Down

0 comments on commit e36ccff

Please sign in to comment.