Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
fjavier committed Apr 6, 2022
1 parent 9a9068c commit f080fb4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions simple-app/bundle/.imgpkg/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ apiVersion: imgpkg.carvel.dev/v1alpha1
images:
- annotations:
kbld.carvel.dev/id: docker.io/dkalinin/k8s-simple-app@sha256:4c8b96d4fffdfae29258d94a22ae4ad1fe36139d47288b8960d9958d1e63a9d0
kbld.carvel.dev/origins: |
- preresolved:
url: index.docker.io/dkalinin/k8s-simple-app@sha256:4c8b96d4fffdfae29258d94a22ae4ad1fe36139d47288b8960d9958d1e63a9d0
image: index.docker.io/dkalinin/k8s-simple-app@sha256:4c8b96d4fffdfae29258d94a22ae4ad1fe36139d47288b8960d9958d1e63a9d0
kind: ImagesLock
2 changes: 1 addition & 1 deletion simple-app/bundle/config/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ svc_port: 80
#@schema/desc "Target port for the application."
app_port: 80
#@schema/desc "Name used in hello message from app when app is pinged."
hello_msg: stranger
hello_msg: my friend
10 changes: 5 additions & 5 deletions simple-app/package.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: Package
metadata:
name: simple-app.corp.org.1.0.0
name: simple-app.corp.org.1.0.1
spec:
refName: simple-app.corp.org
version: 1.0.0
version: 1.0.1
releaseNotes: |
TODO: Use a gh-action to compose a changelog
valuesSchema:
Expand All @@ -14,7 +14,7 @@ spec:
properties:
namespace:
type: string
default: simpleapp
default: default
description: The namespace in which to deploy simple-app.
svc_port:
type: integer
Expand All @@ -26,13 +26,13 @@ spec:
description: Target port for the application.
hello_msg:
type: string
default: stranger
default: my friend
description: Name used in hello message from app when app is pinged.
template:
spec:
fetch:
- imgpkgBundle:
image: ghcr.io/javierfreire/simple-app.corp.org:1.0.0
image: ghcr.io/javierfreire/simple-app.corp.org:1.0.1
template:
- ytt:
paths:
Expand Down

0 comments on commit f080fb4

Please sign in to comment.