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

Update Jinja2 image #47

Merged
merged 1 commit into from
Dec 22, 2021
Merged

Update Jinja2 image #47

merged 1 commit into from
Dec 22, 2021

Conversation

pkosiec
Copy link
Member

@pkosiec pkosiec commented Dec 21, 2021

Description

Changes proposed in this pull request:

  • Update Jinja2 image
  • Delete invalid character at the end of Capact upgrade input JSON schema

See also PR capactio/capact#590

Testing

Populate Hub manifests with the manifests from PR:

kubectl -n capact-system port-forward svc/neo4j-neo4j 7687:7687

# from capact repo
APP_JSONPUBLISHADDR=http://{ip} go run cmd/populator/main.go register ocf-manifests ../hub-manifests

Install Rocketchat:

cat > /tmp/rocketchat-params.yaml << ENDOFFILE
input-parameters:
  host: chat.capact.local
ENDOFFILE

capact action create cap.interface.productivity.rocketchat.install \
--name rocketchat \
--parameters-from-file /tmp/rocketchat-params.yaml

Wait for Action runnable and run:

capact action run rocketchat

Observe how steps like render-helm-agrs pass.

@pkosiec pkosiec added bug Something isn't working area/hub-manifests Relates to Hub manifests labels Dec 21, 2021
@pkosiec pkosiec added WIP Work in progress and removed WIP Work in progress labels Dec 21, 2021
Copy link
Contributor

@mkuziemko mkuziemko left a comment

Choose a reason for hiding this comment

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

LGTM :)

@pkosiec pkosiec merged commit 09fb10f into capactio:main Dec 22, 2021
@pkosiec pkosiec deleted the update-jinja-image branch December 22, 2021 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/hub-manifests Relates to Hub manifests bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants