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

upgrade to python3.12 #2

Merged
merged 1 commit into from
Oct 18, 2024
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 .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
cancel-in-progress: true

env:
IMAGE_PATH: ${{ vars.REGISTRY_URI }}/${{ vars.REGISTRY_REPOSITORY }}/ee-kustomzie-with-ocm-policygenerator-plugin-and-helm
IMAGE_PATH: ${{ vars.REGISTRY_URI }}/${{ vars.REGISTRY_REPOSITORY }}/ee-kube-hub-init-tools
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Ansible Execution Environment with Kustomize, OCM PolicyGenerator plugin, and Helm
# Ansible Execution Environment for initializing kubernetes hub cluster

An [Ansible Execution Environment](https://docs.ansible.com/ansible/latest/getting_started_ee/index.html) with:
* [kustomize](https://github.com/kubernetes-sigs/kustomize)
* [helm](https://github.com/helm/helm)
* [Open Cluster Management PolicyGenerator kustomize plugin](https://github.com/open-cluster-management-io/policy-generator-plugin)

## Building
## Using
```bash
ansible-builder build -v3
ansible-navigator --eei quay.io/itewk/ee-kube-hub-init-tools:latest run MY-PLAYBOOK.yaml
```

## Using
## Building
```bash
ansible-navigator --eei quay.io/itewk/ee-kustomzie-with-ocm-policygenerator-plugin-and-helm:1 run MY-PLAYBOOK.yaml
ansible-builder build -v3
```
4 changes: 2 additions & 2 deletions execution-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 3

images:
base_image:
name: registry.access.redhat.com/ubi9:latest
name: registry.access.redhat.com/ubi9/python-312:latest

dependencies:
ansible_core:
Expand Down Expand Up @@ -31,4 +31,4 @@ additional_build_steps:

options:
tags:
- ee-kustomzie-with-ocm-policygenerator-plugin-and-helm:latest
- ee-kube-hub-init-tools:latest