Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

build and push image when merge master #93

Merged
merged 1 commit into from
Aug 10, 2022
Merged
Show file tree
Hide file tree
Changes from all 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
10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,18 @@ name: Release

on:
push:
branches:
- master
tags:
- "v*"
paths-ignore:
- '*.md'
- 'charts/**'
- 'config/**'
- 'docs/**'
- 'LICENSE'
- 'OWNERS'
- 'README.md'
schedule:
# run at UTC 1:30 every day
- cron: '30 1 * * *'
Expand Down
4 changes: 2 additions & 2 deletions charts/yurt-app-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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/)
version: 0.1.0
version: 0.1.1

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.16.0"
appVersion: "0.8.0"
2 changes: 1 addition & 1 deletion charts/yurt-app-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: openyurt/yurt-app-manager
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v0.7.0-beta.1
tag: latest

imageRegistry: "docker.io"
imagePullSecrets: []
Expand Down