Skip to content

Commit

Permalink
changed default execution environment image (#114)
Browse files Browse the repository at this point in the history
*  Update default execution environment image
   from `quay.io/ansible/ansible-navigator-demo-ee:0.6.0`
   to `quay.io/ansible/ansible-devtools-demo-ee:v0.1.0`
  • Loading branch information
ganeshrn committed Nov 11, 2021
1 parent dac88ce commit d4ea3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/settingsManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class SettingsManager {
executionEnvironment: {
containerEngine: 'auto',
enabled: false,
image: 'quay.io/ansible/ansible-navigator-demo-ee:0.6.0',
image: 'quay.io/ansible/ansible-devtools-demo-ee:v0.1.0',
pullPolicy: 'missing'
}
};
Expand Down

0 comments on commit d4ea3cd

Please sign in to comment.