Skip to content

Commit

Permalink
Merge pull request #11 from signadot/update-to-v0.7.4
Browse files Browse the repository at this point in the history
Update to v0.7.4
  • Loading branch information
foxish authored Oct 22, 2021
2 parents 144eb5f + 405e970 commit 63c3d28
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions signadot/workspaces/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,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.3.3
version: 0.3.4

# 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: "0.7.3"
appVersion: "0.7.4"
16 changes: 8 additions & 8 deletions signadot/workspaces/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,10 @@ spec:
rules match a given object, only one clone of that object will
be created, and then all matching patches and image replacements
will be applied on top of one another to the clone. Patches
will be applied first, in the order listed here, and then image
replacements will be applied afterward. \n Each patch can be
defined in any one of the formats supported by `kubectl patch`.
See: https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
will be applied last, in the order listed here, so they take
precedence over image replacements. \n Each patch can be defined
in any one of the formats supported by `kubectl patch`. See:
https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
\n Only one of the following fields should be set for each patch
in the list: \n strategic - Define the patch in Kubernetes
strategic merge patch format. merge - Define the patch in
Expand Down Expand Up @@ -964,8 +964,8 @@ spec:
- /manager
env:
- name: REPO_OVERLAY_IMAGE
value: signadot/workspaces-repo-overlay:v0.7.3
image: signadot/workspaces-operator:v0.7.3
value: signadot/workspaces-repo-overlay:v0.7.4
image: signadot/workspaces-operator:v0.7.4
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1047,7 +1047,7 @@ spec:
secretKeyRef:
key: token
name: cluster-agent
image: signadot/workspaces-agent:v0.7.3
image: signadot/workspaces-agent:v0.7.4
imagePullPolicy: IfNotPresent
name: agent
ports:
Expand All @@ -1073,7 +1073,7 @@ spec:
app: routeserver
spec:
containers:
- image: signadot/workspaces-routeserver:v0.7.3
- image: signadot/workspaces-routeserver:v0.7.4
imagePullPolicy: IfNotPresent
name: routeserver
ports:
Expand Down

0 comments on commit 63c3d28

Please sign in to comment.