Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync changes from sync-2024-11-11-114155-19ea0cb #253

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 0.7.4
appVersion: 1.0.0
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.76
version: 0.22.77
sources:
- https://github.com/devtron-labs/charts
dependencies:
Expand Down
10 changes: 5 additions & 5 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: "v0.7.4"
release: "v1.0.0"
registry: ""
image: "inception"
tag: "473deaa4-185-21582"
Expand All @@ -34,17 +34,17 @@ components:
FEATURE_USER_DEFINED_GITOPS_REPO_ENABLE: "true"
ENABLE_RESOURCE_SCAN: "true"
registry: ""
image: "dashboard:5be7fbeb-690-26830"
image: "dashboard:7e7a0d0a-690-26996"
imagePullPolicy: IfNotPresent
devtron:
registry: ""
image: "hyperion:4288e910-280-26829"
cicdImage: "devtron:4288e910-434-26828"
image: "hyperion:15cf0137-280-27017"
cicdImage: "devtron:15cf0137-434-27015"
imagePullPolicy: IfNotPresent
customOverrides: {}
ciRunner:
registry: ""
image: "ci-runner:fd5702db-138-25483"
image: "ci-runner:3e71f258-138-27009"
argocdDexServer:
registry: ""
image: "dex:v2.30.2"
Expand Down
10 changes: 5 additions & 5 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: "v0.7.4"
release: "v1.0.0"
registry: ""
image: inception
tag: 473deaa4-185-21582
Expand Down Expand Up @@ -77,12 +77,12 @@ components:
FEATURE_USER_DEFINED_GITOPS_REPO_ENABLE: "true"
ENABLE_RESOURCE_SCAN: "true"
registry: ""
image: "dashboard:5be7fbeb-690-26830"
image: "dashboard:7e7a0d0a-690-26996"
imagePullPolicy: IfNotPresent
devtron:
registry: ""
image: "hyperion:4288e910-280-26829"
cicdImage: "devtron:4288e910-434-26828"
image: "hyperion:15cf0137-280-27017"
cicdImage: "devtron:15cf0137-434-27015"
imagePullPolicy: IfNotPresent
customOverrides: {}
serviceMonitor:
Expand All @@ -108,7 +108,7 @@ components:
# - devtron.example.com
ciRunner:
registry: ""
image: "ci-runner:fd5702db-138-25483"
image: "ci-runner:3e71f258-138-27009"
argocdDexServer:
registry: ""
image: "dex:v2.30.2"
Expand Down
Loading