Skip to content

Commit

Permalink
Syncing Repo from branch sync-2024-11-13-151113-a5956dd (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
systemsdt authored Nov 13, 2024
1 parent a5956dd commit 2166a19
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/devtron/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: devtron-operator
appVersion: 1.0.0
appVersion: 1.0.1
description: Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
keywords:
- Devtron
Expand All @@ -11,7 +11,7 @@ keywords:
- argocd
- Hyperion
engine: gotpl
version: 0.22.77
version: 0.22.78
sources:
- https://github.com/devtron-labs/charts
dependencies:
Expand Down
6 changes: 3 additions & 3 deletions charts/devtron/devtron-bom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ global:
containerRegistry: "quay.io/devtron"
extraManifests: []
installer:
release: "v1.0.0"
release: "v1.0.1"
registry: ""
image: "inception"
tag: "473deaa4-185-21582"
Expand Down Expand Up @@ -38,8 +38,8 @@ components:
imagePullPolicy: IfNotPresent
devtron:
registry: ""
image: "hyperion:15cf0137-280-27017"
cicdImage: "devtron:15cf0137-434-27015"
image: "hyperion:50575235-280-27099"
cicdImage: "devtron:50575235-434-27098"
imagePullPolicy: IfNotPresent
customOverrides: {}
ciRunner:
Expand Down
6 changes: 3 additions & 3 deletions charts/devtron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ global:
extraManifests: []
installer:
repo: "devtron-labs/devtron"
release: "v1.0.0"
release: "v1.0.1"
registry: ""
image: inception
tag: 473deaa4-185-21582
Expand Down Expand Up @@ -81,8 +81,8 @@ components:
imagePullPolicy: IfNotPresent
devtron:
registry: ""
image: "hyperion:15cf0137-280-27017"
cicdImage: "devtron:15cf0137-434-27015"
image: "hyperion:50575235-280-27099"
cicdImage: "devtron:50575235-434-27098"
imagePullPolicy: IfNotPresent
customOverrides: {}
serviceMonitor:
Expand Down

0 comments on commit 2166a19

Please sign in to comment.