Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rcfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
rcfiles
Commits
6eb5e163
Commit
6eb5e163
authored
3 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Smile CLI updates.
Update to the latest version using Helm3.
parent
ce7ba721
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Documents/bin/smile-exec
+3
-0
3 additions, 0 deletions
Documents/bin/smile-exec
Repositories/Smile/Gemfile
+1
-1
1 addition, 1 deletion
Repositories/Smile/Gemfile
with
4 additions
and
1 deletion
Documents/bin/smile-exec
+
3
−
0
View file @
6eb5e163
...
@@ -70,6 +70,9 @@ export AWS_PROFILE="smile-$SMILE_ENV-admin"
...
@@ -70,6 +70,9 @@ export AWS_PROFILE="smile-$SMILE_ENV-admin"
export
AWS_DEFAULT_PROFILE
=
"
$AWS_PROFILE
"
export
AWS_DEFAULT_PROFILE
=
"
$AWS_PROFILE
"
export
AWS_DEFAULT_REGION
=
us-east-1
export
AWS_DEFAULT_REGION
=
us-east-1
export
HELM_HOME
=
"
$HOME
/.smile/helm/
$SMILE_ENV
-sre"
export
HELM_HOME
=
"
$HOME
/.smile/helm/
$SMILE_ENV
-sre"
export
HELM_CONFIG_HOME
=
"
$HELM_HOME
"
export
HELM_DATA_HOME
=
"
$HELM_HOME
"
export
HELM_REPOSITORY_HOME
=
"
$HELM_HOME
/repository"
export
HELM_TLS_ENABLE
=
"true"
export
HELM_TLS_ENABLE
=
"true"
export
HELM_TLS_VERIFY
=
"true"
export
HELM_TLS_VERIFY
=
"true"
export
KUBECONFIG
=
"
$HOME
/.smile/kube/
$SMILE_ENV
/config"
export
KUBECONFIG
=
"
$HOME
/.smile/kube/
$SMILE_ENV
/config"
...
...
This diff is collapsed.
Click to expand it.
Repositories/Smile/Gemfile
+
1
−
1
View file @
6eb5e163
...
@@ -3,5 +3,5 @@ gem 'bundler'
...
@@ -3,5 +3,5 @@ gem 'bundler'
gem
'rubocop'
gem
'rubocop'
source
"https://rubygems.pkg.github.com/smile-io"
do
source
"https://rubygems.pkg.github.com/smile-io"
do
gem
"smile-cli"
,
"0.
6.24
"
gem
"smile-cli"
,
"0.
7.1
"
end
end
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment