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

chore(deps): pin dependencies #2539

Merged
merged 5 commits into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from 3 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
2 changes: 1 addition & 1 deletion charts/zac/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
apiVersion: v2
name: zaakafhandelcomponent
description: A Helm chart for installing Zaakafhandelcomponent
version: 0.4.10
version: 0.4.11
appVersion: "latest"
icon: https://raw.githubusercontent.com/infonl/dimpact-zaakafhandelcomponent/49f8dee60948282b546ebdfdc5cff6f8bbef0305/docs/manuals/ZAC-gebruikershandleiding/images/pic.svg
dependencies:
Expand Down
10 changes: 5 additions & 5 deletions charts/zac/values.yaml
infonl-marcel marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ solr-operator:
# -- solr-operator repository
repository: apache/solr-operator
# -- solr-operator tag
tag: v0.8.1
tag: v0.8.1@sha256:eccb92c2dbc468de0fcdcd41b0430d918ae0598bafbb94b7afb8e234a3ade47e
metrics:
# -- enable to have solr-operator metric endpoints
enabled: true
Expand All @@ -378,7 +378,7 @@ solr-operator:
# -- solr busybox image reposity
repository: library/busybox
# -- solr busybox image tag
tag: 1.28.0-glibc
tag: 1.28.0-glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6
# -- enable configuration of a solrcloud
enabled: true
# solr image parameters
Expand All @@ -388,7 +388,7 @@ solr-operator:
# -- solr image repository
repository: library/solr
# -- solr image tag
tag: 9.6.1
tag: 9.6.1@sha256:8e47adc0da374463605dd9a9084b7053674eda6e2c95059b8ce8f138af99dcb2
# -- solr memory settings
javaMem: -Xms512m -Xmx768m
# jobs settings
Expand All @@ -406,7 +406,7 @@ solr-operator:
# -- solr jobs repository
repository: curlimages/curl
# -- solr jobs tag
tag: 8.10.1
tag: 8.10.1@sha256:d9b4541e214bcd85196d6e92e2753ac6d0ea699f0af5741f8c6cccbfcf00ef4b
# -- nodeSelector for jobs
nodeSelector: {}
# -- tolerations for jobs
Expand Down Expand Up @@ -458,7 +458,7 @@ solr-operator:
# -- zookeeper-operator image repository
repository: pravega/zookeeper-operator
# -- zookeeper-operator image tag
tag: 0.2.15
tag: 0.2.15@sha256:b2bc4042fdd8fea6613b04f2f602ba4aff1201e79ba35cd0e2df9f3327111b0e
# -- nodeSelector for solr-operator
nodeSelector: {}
# -- tolerations for solr-operator
Expand Down
Loading