Skip to content

Commit

Permalink
Merge pull request #178 from stefanprodan/bump-examples
Browse files Browse the repository at this point in the history
Update example modules
  • Loading branch information
stefanprodan authored Sep 3, 2023
2 parents d5c18ff + cf12f73 commit ca10642
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ lint-samples: build
./bin/timoni mod lint ./internal/engine/testdata/module
cue fmt ./internal/engine/testdata/module-values

MINIMAL_VER ?= "0.0.1"
MINIMAL_VER ?= "0.1.0"
push-minimal: build
./bin/timoni mod push ./examples/minimal oci://ghcr.io/stefanprodan/timoni/minimal -v $(MINIMAL_VER) --latest \
--source https://github.com/stefanprodan/timoni/tree/main/examples/minimal \
Expand Down
2 changes: 1 addition & 1 deletion examples/podinfo/templates/config.cue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
// Container
image: {
repository: *"ghcr.io/stefanprodan/podinfo" | string
tag: *"6.3.6" | string
tag: *"6.4.1" | string
digest?: string
pullPolicy: *"IfNotPresent" | string
}
Expand Down
4 changes: 2 additions & 2 deletions examples/redis/templates/config.cue
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ import (
// Container image
image: {
repository: *"cgr.dev/chainguard/redis" | string
tag: *"7.0.12" | string
digest: *"sha256:9cdc90a57fa0cc23dce9a934313cc5412a3b8415a60e79797ee9cb4ca04a3968" | string
tag: *"7.2.0" | string
digest: *"sha256:0c19ce07fa6952f872b15d5da4cb0681402775ad8f159cfcfb0c10b6e8c8bd37" | string
pullPolicy: *"IfNotPresent" | string
}
imagePullSecrets?: [...corev1.LocalObjectReference]
Expand Down

0 comments on commit ca10642

Please sign in to comment.