Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
Darkness4 authored Aug 21, 2022
1 parent 6ae555b commit 16ea05f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .ci/version-lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Core Version
argocd_version=4.10.7
argocd_version=4.10.8
sealed_secrets_version=2.6.0
kubevirt_version=v0.56.0-rc.1
coredns_version=1.9.3
Expand All @@ -12,7 +12,7 @@ etcdctl_version=v3.5.4

# Apps
local_path_provisioner_version=v0.0.22
kube_prometheus_stack_version=39.8.0
kube_prometheus_stack_version=39.9.0

# cfctl.yaml
k0s_version=1.24.3+k0s.0
Expand Down
2 changes: 1 addition & 1 deletion argo.example/monitoring/apps/prometheus-crd-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
source:
repoURL: https://github.com/prometheus-community/helm-charts.git
path: charts/kube-prometheus-stack/crds/
targetRevision: kube-prometheus-stack-39.8.0
targetRevision: kube-prometheus-stack-39.9.0

directory:
recurse: true
Expand Down
2 changes: 1 addition & 1 deletion core.example/argo-cd/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ helm repo update
helm upgrade --install \
-n argocd \
-f "${BASEDIR}/values.yaml" \
--version 4.10.7 \
--version 4.10.8 \
argocd \
argo/argo-cd \
--create-namespace
4 changes: 2 additions & 2 deletions helm-subcharts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: kube-prometheus-stack-subchart
description: Kube Prometheus Stack subchart
type: application
version: 39.8.0
version: 39.9.0
appVersion: '36.2.1'

dependencies:
- name: kube-prometheus-stack
version: 39.8.0
version: 39.9.0
repository: https://prometheus-community.github.io/helm-charts
6 changes: 3 additions & 3 deletions web/docs/getting-started/05-argo-apps-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ spec:
chart: kube-prometheus-stack
repoURL: https://github.com/prometheus-community/helm-charts.git
path: charts/kube-prometheus-stack/crds/
targetRevision: kube-prometheus-stack-39.8.0
targetRevision: kube-prometheus-stack-39.9.0
directory:
recurse: true
Expand Down Expand Up @@ -292,12 +292,12 @@ apiVersion: v2
name: kube-prometheus-stack-subchart
description: Kube Prometheus Stack subchart
type: application
version: 39.8.0
version: 39.9.0
appVersion: '0.1.2'
dependencies:
- name: kube-prometheus-stack
version: 39.8.0
version: 39.9.0
repository: https://prometheus-community.github.io/helm-charts
```

Expand Down

0 comments on commit 16ea05f

Please sign in to comment.