Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
7a2b227
feat: rebase kubernetes overwrites
atchernych Jun 5, 2025
0dad025
Changes per Julien
atchernych Jun 6, 2025
f4eb61e
remove claim related stuff for now
atchernych Jun 6, 2025
82838a5
cleanup
atchernych Jun 6, 2025
a36b593
Dead-end changes
atchernych Jun 10, 2025
ecd64c5
Refactored the python part after rebase
atchernych Jun 11, 2025
ea1271d
Move overrides into the extraPodSpecMainContainer
atchernych Jun 11, 2025
16fe788
Cleanup after moving the overrides.
atchernych Jun 11, 2025
8d4d91f
rerun make manifests
atchernych Jun 11, 2025
2ad84af
correct the manifest generation
atchernych Jun 11, 2025
457db96
fixed a bug with args
atchernych Jun 12, 2025
a806050
bring back licenses
atchernych Jun 12, 2025
6542ad3
Copy crds to deploy/cloud/helm/crds/template
atchernych Jun 12, 2025
4266372
Brign back helm.sh/resource-policy: keep
atchernych Jun 12, 2025
4d8520c
add comments
atchernych Jun 12, 2025
f576948
add DynamoGraphDeploymentController changes
atchernych Jun 13, 2025
3194e3b
Fix the parsing of the ExtraPodSpec
atchernych Jun 13, 2025
ec45e87
fix up the overrides
atchernych Jun 13, 2025
40b13cd
Move the ExtraPodSpec Overrides
atchernych Jun 13, 2025
0a227b1
proper naming for sharedSpec
atchernych Jun 13, 2025
1905078
move the override
atchernych Jun 13, 2025
f0f2861
revert default args
atchernych Jun 13, 2025
731269a
change the parsing library for yaml case
atchernych Jun 13, 2025
8e0e249
replace parsing lib and remove comments
atchernych Jun 13, 2025
a664e2e
Cleanup.
atchernych Jun 13, 2025
6fb1cbe
remove logger
atchernych Jun 14, 2025
81a841a
Use BaseModel for KubernetesOverrides.
atchernych Jun 14, 2025
d25c54e
Add a go test for overrides.
atchernych Jun 14, 2025
45b0b5f
refactor GenerateDynamoComponentsDeployments
atchernych Jun 14, 2025
89c6a14
fix the help func
atchernych Jun 14, 2025
dbb901a
Streamline the ExtraPodEverrides
atchernych Jun 14, 2025
bbe4d0a
validations on KubernetesOverrides
atchernych Jun 14, 2025
438916b
Simplify GenerateDynamoComponentsDeployments
atchernych Jun 14, 2025
b1e6c35
Merge branch 'main' into dep-157-extend-decor
atchernych Jun 14, 2025
7b0e22c
Update run.sh
atchernych Jun 16, 2025
0688b97
Merge branch 'main' into dep-157-extend-decor
atchernych Jun 16, 2025
4c30222
Merge branch 'main' into dep-157-extend-decor
atchernych Jun 16, 2025
6fa26a2
Merge branch 'main' into dep-157-extend-decor
atchernych Jun 17, 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
12 changes: 6 additions & 6 deletions ATTRIBUTIONS-Go.md
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ Subdependencies:
* `golang.org/x/net`
* `golang.org/x/text`
* `gopkg.in/inf.v0`
* `gopkg.in/yaml.v2`
* `github.com/goccy/go-yaml`
* `k8s.io/klog/v2`
* `k8s.io/utils`
* `sigs.k8s.io/json`
Expand Down Expand Up @@ -3179,7 +3179,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
```

### gopkg.in/yaml.v2
### github.com/goccy/go-yaml

License Identifier: Apache-2.0
License Text:
Expand Down Expand Up @@ -4864,7 +4864,7 @@ Subdependencies:
* `google.golang.org/genproto/googleapis/api`
* `google.golang.org/genproto/googleapis/rpc`
* `google.golang.org/protobuf`
* `gopkg.in/yaml.v2`
* `github.com/goccy/go-yaml`

### github.com/dustin/go-humanize

Expand Down Expand Up @@ -8180,7 +8180,7 @@ Subdependencies:
* `golang.org/x/text`
* `google.golang.org/genproto/googleapis/rpc`
* `gopkg.in/inf.v0`
* `gopkg.in/yaml.v2`
* `github.com/goccy/go-yaml`
* `k8s.io/klog/v2`
* `k8s.io/utils`
* `sigs.k8s.io/json`
Expand Down Expand Up @@ -9056,7 +9056,7 @@ Subdependencies:
* `google.golang.org/genproto/googleapis/api`
* `google.golang.org/protobuf`
* `gopkg.in/inf.v0`
* `gopkg.in/yaml.v2`
* `github.com/goccy/go-yaml`
* `gopkg.in/yaml.v3`
* `k8s.io/api`
* `k8s.io/klog/v2`
Expand Down Expand Up @@ -22970,7 +22970,7 @@ Subdependencies:
* `google.golang.org/protobuf`
* `gopkg.in/evanphx/json-patch.v4`
* `gopkg.in/inf.v0`
* `gopkg.in/yaml.v2`
* `github.com/goccy/go-yaml`
* `gopkg.in/yaml.v3`
* `k8s.io/component-base`
* `k8s.io/gengo/v2`
Expand Down
2 changes: 1 addition & 1 deletion deploy/cloud/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ kubectl get storageclass

1. Set the required environment variables:
```bash
export PROJECT_ROOT=($pwd)
export PROJECT_ROOT=$(pwd)
export DOCKER_USERNAME=<your-docker-username>
export DOCKER_PASSWORD=<your-docker-password>
export DOCKER_SERVER=<your-docker-server>
Expand Down
Loading
Loading