Skip to content

Commit

Permalink
argocd: upgrade elasticsearch
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <batazor111@gmail.com>
  • Loading branch information
batazor committed Jan 4, 2023
1 parent 64d9371 commit 53efa6e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions ops/Helm/addons/kyverno/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2 # The chart API version (required)
appVersion: "1.0.0" # The version of the app that this contains (optional)
name: kyverno # The name of the chart (required)
version: 0.2.0 # A SemVer 2 version (required)
version: 0.2.1 # A SemVer 2 version (required)
kubeVersion: ">= 1.22.0 || >= v1.22.0-0" # A SemVer range of compatible Kubernetes versions (optional)
keywords: # A list of keywords about this project (optional)
- kyverno
Expand All @@ -13,9 +13,6 @@ engine: gotpl
type: application # It is the type of chart (optional)
deprecated: false # Whether this chart is deprecated (optional, boolean)
dependencies:
- name: shortlink-common
version: 0.2.13
repository: "file://../../shortlink-common"
- name: kyverno
version: 2.6.5
repository: https://kyverno.github.io/kyverno
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion ops/argocd/infrastructure/elasticsearch/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
source:
chart: elasticsearch
repoURL: https://helm.elastic.co
targetRevision: 7.17.3
targetRevision: 8.5.1
helm:
releaseName: elasticsearch
values: |
Expand Down

0 comments on commit 53efa6e

Please sign in to comment.