Skip to content

Commit

Permalink
chore: add release-please configs to repeater refs
Browse files Browse the repository at this point in the history
  • Loading branch information
YrrepNoj committed May 6, 2024
1 parent c5266b6 commit 0ce8511
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/repeater/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
# x-release-please-start-version
version: 0.6.1
# x-release-please-end

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 2 additions & 0 deletions packages/repeater/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ image:
repository: "ghcr.io/defenseunicorns/leapfrogai/repeater"
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
# x-release-please-start-version
tag: 0.6.1
# x-release-please-end

nameOverride: repeater
fullnameOverride: ""
Expand Down
2 changes: 2 additions & 0 deletions packages/repeater/zarf-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ package:
create:
set:
image_repository: "ghcr.io/defenseunicorns/leapfrogai/repeater"
# x-release-please-start-version
image_version: 0.6.1
# x-release-please-end
name: repeater
max_package_size: "1000000000"
deploy:
Expand Down
2 changes: 2 additions & 0 deletions packages/repeater/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ components:
namespace: leapfrogai
localPath: chart
releaseName: repeater
# x-release-please-start-version
version: 0.6.1
# x-release-please-end
valuesFiles:
- "repeater-values.yaml"
images:
Expand Down
2 changes: 2 additions & 0 deletions packages/text-embeddings/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ image:
repository: "ghcr.io/defenseunicorns/leapfrogai/text-embeddings"
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
# x-release-please-start-version
tag: 0.6.1
# x-release-please-end

nameOverride: text-embeddings
fullnameOverride: ""
Expand Down

0 comments on commit 0ce8511

Please sign in to comment.