From 8bf254d0a5820f88fbe51ec6cfc669d165d020c6 Mon Sep 17 00:00:00 2001 From: MaverickD650 <92877124+MaverickD650@users.noreply.github.com> Date: Mon, 20 Mar 2023 23:09:16 +0000 Subject: [PATCH] bug(lldap) update image location (#7823) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Update lldap image to point to the tccr.io repository. ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [X] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Ran CI on my own repository to ensure it grabbed the correct image. **📃 Notes:** **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [X] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- charts/incubator/lldap/Chart.yaml | 2 +- charts/incubator/lldap/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/incubator/lldap/Chart.yaml b/charts/incubator/lldap/Chart.yaml index 3d32eb83596..6e440e5900d 100644 --- a/charts/incubator/lldap/Chart.yaml +++ b/charts/incubator/lldap/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://hub.docker.com/r/nitnelave/lldap - https://github.com/nitnelave/lldap type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - ldap diff --git a/charts/incubator/lldap/values.yaml b/charts/incubator/lldap/values.yaml index 8f70b43829a..0ae1b3d2219 100644 --- a/charts/incubator/lldap/values.yaml +++ b/charts/incubator/lldap/values.yaml @@ -1,7 +1,7 @@ image: - repository: nitnelave/lldap + repository: tccr.io/truecharts/lldap pullPolicy: IfNotPresent - tag: latest-debian + tag: latest@sha256:ff44bdae1cb3c2cc4da3ef28103988eed72ebad234cb585940ba76fce1004edc securityContext: container: