diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0f5cdb3..612efde 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 }} diff --git a/README.md b/README.md index f80364c..bbea304 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/execution-environment.yaml b/execution-environment.yaml index 4c74609..6f53cd8 100644 --- a/execution-environment.yaml +++ b/execution-environment.yaml @@ -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: @@ -31,4 +31,4 @@ additional_build_steps: options: tags: - - ee-kustomzie-with-ocm-policygenerator-plugin-and-helm:latest + - ee-kube-hub-init-tools:latest