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

Add AWX Operator stack #420

Merged
merged 3 commits into from
Jan 23, 2023
Merged

Add AWX Operator stack #420

merged 3 commits into from
Jan 23, 2023

Conversation

mamercad
Copy link
Contributor

@mamercad mamercad commented Dec 5, 2022

BACKGROUND

Add the AWX Operator stack.


Changes

This is the first release, there are no changes.


Checklist

  • review the contributing doc with steps for both adding or updating your application (if applicable)

Reviewer: @marketplace-eng

❯ ./stacks/awx-operator/deploy.sh
"awx-operator" has been added to your repositories
Release "awx-operator" does not exist. Installing it now.
NAME: awx-operator
LAST DEPLOYED: Sun Dec  4 21:38:13 2022
NAMESPACE: awx
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
AWX Operator installed with Helm Chart version 1.1.1
❯ ./stacks/awx-operator/upgrade.sh
"awx-operator" already exists with the same configuration, skipping
Release "awx-operator" has been upgraded. Happy Helming!
NAME: awx-operator
LAST DEPLOYED: Sun Dec  4 21:39:09 2022
NAMESPACE: awx
STATUS: deployed
REVISION: 2
TEST SUITE: None
NOTES:
AWX Operator installed with Helm Chart version 1.1.1
❯ kubectl -n awx get all
NAME                                                   READY   STATUS    RESTARTS   AGE
pod/awx-operator-controller-manager-85575b5c5c-tfd4v   2/2     Running   0          69s

NAME                                                      TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE
service/awx-operator-controller-manager-metrics-service   ClusterIP   10.43.175.107   <none>        8443/TCP   69s

NAME                                              READY   UP-TO-DATE   AVAILABLE   AGE
deployment.apps/awx-operator-controller-manager   1/1     1            1           69s

NAME                                                         DESIRED   CURRENT   READY   AGE
replicaset.apps/awx-operator-controller-manager-85575b5c5c   1         1         1       69s
❯ ./stacks/awx-operator/uninstall.sh 
release "awx-operator" uninstalled
❯ kubectl -n awx get all            
No resources found in awx namespace.

Copy link
Contributor

@scott scott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello from DigitalOcean, sorry for the delay. Can you please update your chart version and resubmit?

stacks/awx-operator/deploy.sh Outdated Show resolved Hide resolved
@mamercad mamercad requested a review from scott December 20, 2022 23:35
@mamercad
Copy link
Contributor Author

Hello from DigitalOcean, sorry for the delay. Can you please update your chart version and resubmit?

This is done, could you please re-review?

Copy link
Contributor

@scott scott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 although I will bump the version yet again to 1.1.3 :)

@scott scott merged commit 75a53c0 into digitalocean:master Jan 23, 2023
@github-actions
Copy link

👋 @mamercad
If this is an EXISTING Marketplace app, now that the PR is merged, all new users of your app will get the current version. You should visit the Vendor Portal to make sure you update any version numbers, Description, or Getting Started information that are related to the merged PR.
If this is a BRAND NEW Marketplace app, before this app update can go live on the Marketplace, please update and submit your app from the Vendor Portal.
Thanks!

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