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): update minor docker tags #690

Merged
merged 2 commits into from
Jul 13, 2021
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
2 changes: 1 addition & 1 deletion charts/incubator/focalboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ sources:
- https://www.focalboard.com/
- https://github.com/mattermost/focalboard
- https://github.com/FlipEnergy/container-images/blob/main/focalboard
version: 1.2.0
version: 1.2.1
2 changes: 1 addition & 1 deletion charts/incubator/focalboard/SCALE/ix_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
image:
repository: flipenergy/focalboard
pullPolicy: IfNotPresent
tag: 0.7.0
tag: 0.8.0

##
# Most other defaults are set in questions.yaml
Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/focalboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: 0.7.0
tag: 0.8.0

# -- environment variables. See more environment variables in the [image entrypoint script](https://github.com/FlipEnergy/container-images/blob/main/focalboard/entrypoint.sh)
# @default -- See below
Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/owncloud-ocis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ name: owncloud-ocis
sources:
- https://hub.docker.com/r/owncloud/ocis
- https://owncloud.dev/ocis/
version: 1.2.0
version: 1.2.1
2 changes: 1 addition & 1 deletion charts/incubator/owncloud-ocis/SCALE/ix_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
image:
repository: owncloud/ocis
pullPolicy: IfNotPresent
tag: 1.8.0
tag: 1.9.0

##
# Most other defaults are set in questions.yaml
Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/owncloud-ocis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
# -- image repository
repository: owncloud/ocis
# -- image tag
tag: 1.8.0
tag: 1.9.0
# -- image pull policy
pullPolicy: IfNotPresent

Expand Down