Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
40f7ca0
init commit
Nov 14, 2024
33cad1f
init commit
Nov 15, 2024
5a8bd7c
added basic example test in pr_test
Nov 19, 2024
7331b34
added basic example
Dec 9, 2024
c1bb232
update the PR to use public image
Dec 27, 2024
4b76eee
update the PR to use public image
Dec 27, 2024
758af0f
updated the image logic
Jan 1, 2025
345717c
resolve conflicts
Jan 1, 2025
2ffdff0
resolve conflicts
Jan 7, 2025
21e8dc1
resolve conflicts
Jan 7, 2025
4944e7a
testing
Jan 11, 2025
dfff84c
updated the all-combined example
Jan 13, 2025
e65ede6
updated the all-combined example
Jan 13, 2025
8a3f283
updated the PR test
Jan 15, 2025
6b338b8
updated the PR test
Jan 15, 2025
9929031
updated the PR test
Jan 15, 2025
0d8600c
resolve failure
Jan 15, 2025
58f8886
resolve failure
Jan 15, 2025
d8bfa47
resolve failure
Jan 15, 2025
324d750
SKIP UPGRADE TEST
Jan 15, 2025
22a5e38
resolve review comments
Jan 22, 2025
d991e55
fix pre-commit
Jan 22, 2025
36ef821
fix pipeline failure
Jan 22, 2025
aff7739
added imagepull-apikey-sm-manager to all-combined ex
Jan 22, 2025
568d683
fix pipeline failure
Jan 22, 2025
f7d4141
Update variables.tf
Khuzaima05 Jan 29, 2025
27e661f
Update variables.tf
Khuzaima05 Jan 29, 2025
9c3187c
Update variables.tf
Khuzaima05 Jan 29, 2025
4167f9d
resolve review comments
Jan 30, 2025
9542709
resolve review comments
Feb 4, 2025
2e876c9
Update variables.tf
Khuzaima05 Feb 6, 2025
0013296
Update variables.tf
Khuzaima05 Feb 6, 2025
08fc57c
fix: addressed PR comments
vbontempi Feb 6, 2025
bda792d
Update submodule to latest commit
vbontempi Feb 6, 2025
d1d2c0c
Revert "Update submodule to latest commit"
vbontempi Feb 6, 2025
2a0db7c
fix: reviewed images and versions configurations
vbontempi Feb 6, 2025
7067534
fix image and charts
Feb 7, 2025
0b30610
updated es_container_registry
Feb 7, 2025
59da3b5
fix pre-commit
Feb 7, 2025
b09cb8d
update common-dev-asset
Feb 7, 2025
abec5d0
fix: resolved conflicts
vbontempi Feb 10, 2025
68aab49
fix: committed common-dev-assets to fix issue
vbontempi Feb 10, 2025
c07fd61
fix go file
Feb 10, 2025
1be4288
Merge branch 'migrate_to_public' of https://github.com/terraform-ibm-…
vbontempi Feb 10, 2025
6df7990
feat: moved certs common name setting into test code
vbontempi Feb 10, 2025
716988a
feat: added default values
vbontempi Feb 10, 2025
06cd3f5
fix: fixed vars descriptions and reloader chart version
vbontempi Feb 10, 2025
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/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Primary owner should be listed first in list of global owners, followed by any secondary owners
* @SirSpidey @ocofaigh
* @vbontempi @daniel-butler-irl
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ repository:
description: "Synchronizes secrets between Secrets Manager and an IBM Cloud OpenShift cluster"

# Use a comma-separated list of topics to set on the repo (ensure not to use any caps in the topic string).
topics: terraform, ibm-cloud, terraform-module, core-team
topics: terraform, ibm-cloud, terraform-module, core-team, external-secret
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
issue_comment:
types:
- created

jobs:
call-terraform-ci-pipeline:
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected]
Expand Down
31 changes: 9 additions & 22 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Local .terraform directories
**/.terraform/*

testpod*.*
# .tfstate files
*.tfstate
*.tfstate.*
Expand Down Expand Up @@ -40,6 +40,9 @@ terraform.rc
# Ignore .tfsec
.tfsec/

# Ignore brew lock
Brewfile.lock.json

# Ignore Mac files
.DS_Store

Expand All @@ -49,25 +52,9 @@ terraform.rc
# Node modules
/node_modules

# Visual Studio Code
.vscode/

### Go ###
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
testpod*.yaml
precommit.txt

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/

# Go workspace file
go.work
# VS Code state
.vscode/
*.code-workspace
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
2 changes: 1 addition & 1 deletion .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "go.sum|^.secrets.baseline$",
"lines": null
},
"generated_at": "2023-12-09T06:39:44Z",
"generated_at": "2023-12-11T12:45:00Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down
Empty file added CODEOWNERS
Empty file.
2 changes: 1 addition & 1 deletion Makefile
Loading