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

helm chart: updating images/tags w the release (0.20.0) #2

Merged
merged 1 commit into from
Mar 24, 2020

Conversation

markmark206
Copy link
Contributor

@markmark206 markmark206 commented Mar 21, 2020

This change goes together with temporalio/temporal#244

The images of this release are tagged 0.20.0. Updating helm chart to reference this release's images.

I tested this by deploying to a test k8s cluster and making sure the deployment completed, and that the images that are running is the version that I expect.

Example:

  1. install helm chart
~/src/temporal-helm-charts $ helm install temporaltest .
NAME: temporaltest
LAST DEPLOYED: Sat Mar 21 15:39:57 2020
NAMESPACE: default
STATUS: deployed
REVISION: 1
NOTES:
To verify that Temporal has started, run:

  kubectl --namespace=default get pods -l "app.kubernetes.io/instance=temporaltest"
  1. double-check image tags
~/src/temporal-helm-charts $ kubectl get pods
NAME                                                    READY   STATUS    RESTARTS   AGE
...
temporaltest-history-657c6d6648-fcf6l                   1/1     Running   2          6m19s
...
~/src/temporal-helm-charts $ kubectl describe pods/temporaltest-history-657c6d6648-fcf6l | grep "0.20.0"
    Image:          temporalio/server:0.20.0
  Normal   Pulling    12m                kubelet, ip-10-0-3-34.us-west-2.compute.internal  Pulling image "temporalio/server:0.20.0"
  Normal   Pulled     12m                kubelet, ip-10-0-3-34.us-west-2.compute.internal  Successfully pulled image "temporalio/server:0.20.0"
  Normal   Pulled     12m (x2 over 12m)  kubelet, ip-10-0-3-34.us-west-2.compute.internal  Container image "temporalio/server:0.20.0" already present on machine

@markmark206 markmark206 merged commit 5e07375 into master Mar 24, 2020
@markmark206 markmark206 deleted the tags0.20.0 branch March 24, 2020 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants